diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-04 13:10:30 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-04 13:15:59 +0100 |
commit | b990b0caac93a0775cb45331497235538f0feb53 (patch) | |
tree | 06f26bf96fdf21c4a6298fa6ae987adfed13a6b5 /win32 | |
parent | b26897dd84ac9b09e7d262989a75984aab0bdc91 (diff) |
Back to development
Temporarily disable -DGST_DISABLE_DEPRECATED for git builds until
the code is updated for the GST_FLOW_IS_* macro deprecations.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index f88e039ba..85cda6521 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -43,7 +43,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release" +#define GST_PACKAGE_NAME "GStreamer Good Plug-ins git" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -377,7 +377,7 @@ #define PACKAGE_NAME "GStreamer Good Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.25" +#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.25.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -386,7 +386,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.25" +#define PACKAGE_VERSION "0.10.25.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -417,7 +417,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.25" +#define VERSION "0.10.25.1" /* old wavpack API */ #undef WAVPACK_OLD_API |