win32/common/config.h: Update to CVS version.
authorTim-Philipp Müller <tim@centricular.net>
Sat, 13 Dec 2008 19:32:13 +0000 (19:32 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 13 Dec 2008 19:32:13 +0000 (19:32 +0000)
Original commit message from CVS:
* win32/common/config.h:
Update to CVS version.
* win32/common/config.h.in:
Hardcode path to plugin install helper exe, just like we hardcode
the paths in core. Removes another source of VCS conflicts for
people hacking gst-plugins-base on systems with autotools.

ChangeLog
win32/common/config.h
win32/common/config.h.in

index 8cd74fe..d3d2a08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
+
+       * win32/common/config.h:
+         Update to CVS version.
+
+       * win32/common/config.h.in:
+         Hardcode path to plugin install helper exe, just like we hardcode
+         the paths in core. Removes another source of VCS conflicts for
+         people hacking gst-plugins-base on systems with autotools.
+
 2008-12-13  Edward Hervey  <bilboed@gmail.com>
 
        * m4/Makefile.am:
index b044c82..88a8afd 100644 (file)
@@ -36,7 +36,7 @@
 #define GST_LICENSE "LGPL"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
+#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
 
 /* package origin */
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 #define PACKAGE_NAME "GStreamer Base Plug-ins"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21"
+#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gst-plugins-base"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.21"
+#define PACKAGE_VERSION "0.10.21.1"
 
 /* directory where plugins are located */
 #undef PLUGINDIR
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.21"
+#define VERSION "0.10.21.1"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */
 #undef inline
 #endif
 
-/* FIXME: this should probably be hard-coded to some win32 system path */
-#define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper"
+
+/* PREFIX - specifically added for Windows for easier moving (same as in core) */
+#define PREFIX "C:\\gstreamer"
+
+#define GST_INSTALL_PLUGINS_HELPER PREFIX "\\libexec\\gst-install-plugins-helper.exe"
 
index cc7ba05..a43d2fe 100644 (file)
 #undef inline
 #endif
 
-/* FIXME: this should probably be hard-coded to some win32 system path */
-#define GST_INSTALL_PLUGINS_HELPER "@GST_INSTALL_PLUGINS_HELPER@"
+
+/* PREFIX - specifically added for Windows for easier moving (same as in core) */
+#define PREFIX "C:\\gstreamer"
+
+#define GST_INSTALL_PLUGINS_HELPER PREFIX "\\libexec\\gst-install-plugins-helper.exe"