summaryrefslogtreecommitdiffstats
path: root/win32/common/config.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-08-23 17:21:23 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-08-23 17:21:23 +0000
commitdcc4837a237abb01919b3fa837d14a1b03bcc4ce (patch)
tree95ba45c386c549ceb5b5202d0789883425ae43d3 /win32/common/config.h
parent436a8cce7a794a9d980b05dfdde8bcf9e6e6b9aa (diff)
downloadgst-plugins-bad-dcc4837a237abb01919b3fa837d14a1b03bcc4ce.tar.gz
gst-plugins-bad-dcc4837a237abb01919b3fa837d14a1b03bcc4ce.tar.bz2
gst-plugins-bad-dcc4837a237abb01919b3fa837d14a1b03bcc4ce.zip
Automatically generate win32/common/config.h via configure (this ensures the win32 version of config.h is up-to-date ...
Original commit message from CVS: * configure.ac: * win32/common/config.h: * win32/common/config.h.in: Automatically generate win32/common/config.h via configure (this ensures the win32 version of config.h is up-to-date when a release is made, #433373). config.h.in file might need some more work.
Diffstat (limited to 'win32/common/config.h')
-rw-r--r--win32/common/config.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 3e68c2f2..6a54f838 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -26,14 +26,11 @@
/* GStreamer license */
#define GST_LICENSE "LGPL"
-/* package origin */
-#define GST_PACKAGE_ORIGIN "Unknown package origin"
-
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
+#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins CVS/prerelease"
-/* Define the version */
-#define GST_VERSION "0.10.3"
+/* package origin */
+#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* Define if the host CPU is an Alpha */
#undef HAVE_CPU_ALPHA
@@ -187,7 +184,7 @@
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING "GStreamer Bad Plug-ins 0.10.3"
+#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
@@ -195,7 +192,7 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define the plugin directory */
+/* directory where plugins are located */
#define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
/* Define to 1 if you have the ANSI C header files. */
@@ -205,7 +202,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.3"
+#define VERSION "0.10.5.1"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */