summaryrefslogtreecommitdiff
path: root/win32/common/config.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-09-01 12:27:59 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-09-01 12:27:59 +0300
commite19307edfed6b1937ea4c308fcf8455da1af8860 (patch)
tree9579a5864ed3897d0a08e18122bf98654eb89b1c /win32/common/config.h
parent73a19409b701a091fc8275615f2fc85514ae7044 (diff)
downloadgstreamer-plugins-bad-e19307edfed6b1937ea4c308fcf8455da1af8860.tar.gz
Release 1.9.21.9.2
Diffstat (limited to 'win32/common/config.h')
-rw-r--r--win32/common/config.h20
1 files changed, 16 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 30f058b56..0f7fa129f 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -86,7 +86,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2016-06-06"
+#define GST_PACKAGE_RELEASE_DATETIME "2016-09-01"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
@@ -226,6 +226,9 @@
/* Define to enable DVB Source (used by dvb). */
#undef HAVE_DVB
+/* Define to 1 if the system has the type `EGLAttrib'. */
+#undef HAVE_EGLATTRIB
+
/* Define to enable building of experimental plug-ins. */
#undef HAVE_EXPERIMENTAL
@@ -244,6 +247,9 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define to enable fdkaac plugin (used by fdkaac). */
+#undef HAVE_FDK_AAC
+
/* FIONREAD ioctl found in sys/filio.h */
#undef HAVE_FIONREAD_IN_SYS_FILIO
@@ -355,6 +361,9 @@
/* Define to enable libvisual visualization library (used by libvisual). */
#undef HAVE_LIBVISUAL
+/* Define if we have liblilv >= 0.22 */
+#undef HAVE_LILV_0_22
+
/* Define to enable Linear Systems SDI plugin (used by linsys). */
#undef HAVE_LINSYS
@@ -495,6 +504,9 @@
/* Define to enable Qt elements (used by qt). */
#undef HAVE_QT
+/* Define if building with QTKit */
+#undef HAVE_QTKIT
+
/* Define if Qt eglfs integration is installed */
#undef HAVE_QT_EGLFS
@@ -725,7 +737,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.9.1"
+#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.9.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-bad"
@@ -734,7 +746,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.9.1"
+#define PACKAGE_VERSION "1.9.2"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -778,7 +790,7 @@
#undef USE_EGL_RPI
/* Version number of package */
-#define VERSION "1.9.1"
+#define VERSION "1.9.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */