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 bd0ecd7b1..452abfcfa 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -58,7 +58,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2012-12-18" +#define GST_PACKAGE_RELEASE_DATETIME "2013-01-05" /* struct v4l2_buffer missing */ #undef GST_V4L2_MISSING_BUFDECL @@ -75,13 +75,10 @@ /* Define to enable bz2 library for matroska . */ #undef HAVE_BZ2 -/* Define to enable Cairo graphics rendering (used by cairo). */ +/* Define to enable Cairo graphics rendering and gobject bindings (used by + cairo). */ #undef HAVE_CAIRO -/* Define to enable Cairo graphics rendering gobject bindings (used by - cairooverlay). */ -#undef HAVE_CAIRO_GOBJECT - /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT @@ -375,7 +372,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 1.0.4" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.0.5" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -384,7 +381,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.4" +#define PACKAGE_VERSION "1.0.5" /* directory where plugins are located */ #ifdef _DEBUG @@ -418,7 +415,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.0.4" +#define VERSION "1.0.5" /* old wavpack API */ #undef WAVPACK_OLD_API |