diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-06-05 17:58:51 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-06-05 18:31:40 +0200 |
commit | 048866f1b19de448a4996406b40d4c4114ae52a3 (patch) | |
tree | ce6ad3cd8c049b67bfe1baf051d64b9b2c3ce490 /win32 | |
parent | 566b7d2b84c6b038a01a1ad9694b4fcc0b3de2e3 (diff) | |
download | gstreamer-plugins-good-048866f1b19de448a4996406b40d4c4114ae52a3.tar.gz |
Release 1.1.11.1.1
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 530b62b5e..bb307800b 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -52,13 +52,16 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Good Plug-ins git" +#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release" /* 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 "2012-10-25T11:29Z" +#define GST_PACKAGE_RELEASE_DATETIME "2013-06-05" + +/* Define if static plugins should be built */ +#undef GST_PLUGIN_BUILD_STATIC /* struct v4l2_buffer missing */ #undef GST_V4L2_MISSING_BUFDECL @@ -75,13 +78,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 @@ -90,6 +90,9 @@ the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE +/* Define to 1 if you have the `clock_gettime' function. */ +#undef HAVE_CLOCK_GETTIME + /* Define to 1 if you have the `cosh' function. */ #undef HAVE_COSH @@ -139,6 +142,10 @@ */ #undef HAVE_DCGETTEXT +/* Define to 1 if you have the declaration of `V4L2_MEMORY_DMABUF', and to 0 + if you don't. */ +#undef HAVE_DECL_V4L2_MEMORY_DMABUF + /* Define to enable DirectSound plug-in (used by directsoundsink). */ #undef HAVE_DIRECTSOUND @@ -196,6 +203,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* building for iOS platofrm */ +#undef HAVE_IOS + /* Define if we have struct ip_mreqn */ #undef HAVE_IP_MREQN @@ -223,9 +233,6 @@ /* Define to enable Portable Network Graphics library (used by png). */ #undef HAVE_LIBPNG -/* soup gnome integration */ -#undef HAVE_LIBSOUP_GNOME - /* Whether libv4l2 is available for video buffer conversion */ #undef HAVE_LIBV4L2 @@ -375,7 +382,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.0.1" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.1.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -384,7 +391,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.0.1" +#define PACKAGE_VERSION "1.1.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -418,7 +425,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.1.0.1" +#define VERSION "1.1.1" /* old wavpack API */ #undef WAVPACK_OLD_API |