mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
win32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as well
This commit is contained in:
parent
669492beb4
commit
f389c77c73
2 changed files with 2 additions and 1 deletions
|
@ -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/' \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue