diff options
Diffstat (limited to 'win32/common/config.h')
-rw-r--r-- | win32/common/config.h | 15 |
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). */ |