diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-11 15:58:51 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-11 15:58:51 +0200 |
commit | a77eed05c73b75f9ee1adbb0585c7abaf8286740 (patch) | |
tree | 2af56e5c4999c026c2d9f27394e0805f258ea4d9 /win32 | |
parent | 812ec6ad496e6b578c53a00859dcc2f782707eca (diff) |
Release 1.1.2
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index bb307800b..ebb77cc7b 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 "2013-06-05" +#define GST_PACKAGE_RELEASE_DATETIME "2013-07-11" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -338,6 +338,12 @@ /* Defined if the VP8 encoder is available */ #undef HAVE_VP8_ENCODER +/* Defined if the VP9 decoder is available */ +#undef HAVE_VP9_DECODER + +/* Defined if the VP9 encoder is available */ +#undef HAVE_VP9_ENCODER + /* Define to enable VPX decoder (used by vpx). */ #undef HAVE_VPX @@ -382,7 +388,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.1.1" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.1.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -391,7 +397,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.1" +#define PACKAGE_VERSION "1.1.2" /* directory where plugins are located */ #ifdef _DEBUG @@ -425,7 +431,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.1.1" +#define VERSION "1.1.2" /* old wavpack API */ #undef WAVPACK_OLD_API |