diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> | 2013-10-31 13:36:25 -0700 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> | 2013-11-01 07:21:56 -0700 |
commit | 980f5b4702e6ce9d605d7891a590f799cb2008f9 (patch) | |
tree | c445826f1dc176915884c0253729e460b826f89e /win32/common | |
parent | 010fd8a471bc60ea1490d43bc6d32d5dcc77c18d (diff) | |
download | gstreamer-plugins-bad-980f5b4702e6ce9d605d7891a590f799cb2008f9.tar.gz |
cdaudio: Remove cdaudio plugin
This element is being removed due to it been
considered obsolete and the functionaily it
provides no longer needed.
Details on the decision can be found here:
https://bugzilla.gnome.org/show_bug.cgi?id=711223
Fixes:
https://bugzilla.gnome.org/show_bug.cgi?id=711232
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/config.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 8a96327e2..fda2f5546 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -71,13 +71,13 @@ #undef GST_MJPEGTOOLS_API /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release" +#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2013-09-24" +#define GST_PACKAGE_RELEASE_DATETIME "2013-10-31T21:09Z" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -106,9 +106,6 @@ /* Define to enable bz2 library (used by bz2). */ #undef HAVE_BZ2 -/* Define to enable cdaudio (used by cdaudio). */ -#undef HAVE_CDAUDIO - /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT @@ -370,6 +367,9 @@ /* Define to enable openjpeg library (used by openjpeg). */ #undef HAVE_OPENJPEG +/* Define if OpenJPEG 1 is used */ +#undef HAVE_OPENJPEG_1 + /* Define to enable OpenSL ES (used by opensl). */ #undef HAVE_OPENSLES @@ -583,7 +583,7 @@ #define PACKAGE_NAME "GStreamer Bad Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.2.0" +#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.0.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-bad" @@ -592,7 +592,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.2.0" +#define PACKAGE_VERSION "1.3.0.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -635,7 +635,7 @@ #undef USE_EGL_X11 /* Version number of package */ -#define VERSION "1.2.0" +#define VERSION "1.3.0.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |