From f389c77c732dbe669dae14eaecb210eaa24e19b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 14 May 2011 10:09:16 +0100 Subject: [PATCH] win32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as well --- configure.ac | 1 + win32/common/config.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 584f167..c9a447f 100644 --- a/configure.ac +++ b/configure.ac @@ -498,6 +498,7 @@ sed \ -e 's/.* GST_MAJORMINOR$/#define GST_MAJORMINOR "'$GST_MAJORMINOR'"/' \ -e "s,.* GST_PACKAGE_NAME$,#define GST_PACKAGE_NAME \"${GST_PACKAGE_NAME}\"," \ -e 's/.* GST_PACKAGE_ORIGIN$/#define GST_PACKAGE_ORIGIN "Unknown package origin"/' \ + -e "s,.* GST_PACKAGE_RELEASE_DATETIME$,#define GST_PACKAGE_RELEASE_DATETIME \"${GST_PACKAGE_RELEASE_DATETIME}\"," \ -e 's/.* HAVE_CPU_I386$/#define HAVE_CPU_I386 1/' \ -e 's/.* HAVE_FGETPOS$/#define HAVE_FGETPOS 1/' \ -e 's/.* HAVE_FSETPOS$/#define HAVE_FSETPOS 1/' \ diff --git a/win32/common/config.h b/win32/common/config.h index 419d668..5394f1e 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -52,7 +52,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#undef GST_PACKAGE_RELEASE_DATETIME +#define GST_PACKAGE_RELEASE_DATETIME "2011-05-14T09:08Z" /* Define to enable a52dec (used by a52dec). */ #undef HAVE_A52DEC -- 2.7.4