mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
win32/common/config.h: Update to CVS version.
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.
This commit is contained in:
parent
70c609f102
commit
edafefaecf
3 changed files with 24 additions and 8 deletions
10
ChangeLog
10
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:
|
||||
|
|
|
@ -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"
|
||||
|
@ -208,13 +208,13 @@
|
|||
#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
|
||||
|
@ -238,7 +238,7 @@
|
|||
#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). */
|
||||
|
@ -253,6 +253,9 @@
|
|||
#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"
|
||||
|
||||
|
|
|
@ -253,6 +253,9 @@
|
|||
#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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue