summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e99df2)
raw | patch | inline | side by side (parent: 9e99df2)
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Sat, 14 May 2011 09:09:16 +0000 (10:09 +0100) | ||
committer | Nikhil Devshatwar <a0132237@ti.com> | |
Fri, 17 May 2013 09:40:28 +0000 (15:10 +0530) |
configure.ac | patch | blob | history | |
win32/common/config.h | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 584f167d32003ebd761356991bb067bf20f4475f..c9a447f1a86afbc3dec7d034dd206ee1223be71c 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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 419d668ba8e098b231188082c436c68e21c98172..5394f1ef5207ad56af74fcfe740dbd66cf4277ef 100644 (file)
--- a/win32/common/config.h
+++ b/win32/common/config.h
#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