summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-06-07 10:46:34 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-06-07 10:46:34 +0200
commita7faa3e0a28a9618262687fbbe13f93ed37aa687 (patch)
tree2e9ed6d71ae33003933f09f95a4e888a429c2c33 /win32
parent5c93af74a66730c879f845dabd9899851c3b0359 (diff)
downloadgstreamer-plugins-good-a7faa3e0a28a9618262687fbbe13f93ed37aa687.tar.gz
Release 1.5.11.5.1
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h31
1 files changed, 17 insertions, 14 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 612a51a54..76f5fa5af 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 "2014-07-19"
+#define GST_PACKAGE_RELEASE_DATETIME "2015-06-07"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
@@ -90,9 +90,15 @@
/* Define to 1 if you have the `cosh' function. */
#undef HAVE_COSH
+/* Define if the target CPU is AARCH64 */
+#undef HAVE_CPU_AARCH64
+
/* Define if the target CPU is an Alpha */
#undef HAVE_CPU_ALPHA
+/* Define if the target CPU is an ARC */
+#undef HAVE_CPU_ARC
+
/* Define if the target CPU is an ARM */
#undef HAVE_CPU_ARM
@@ -346,7 +352,13 @@
/* Define to enable X libraries and plugins (used by ximagesrc). */
#undef HAVE_X
-/* Define to enable X Shared Memory extension. */
+/* Defined if Xdamage is available */
+#undef HAVE_XDAMAGE
+
+/* Defined if Xfixes is available */
+#undef HAVE_XFIXES
+
+/* Defined if XShm is available */
#undef HAVE_XSHM
/* Define to enable zlib support for qtdemux/matroska. */
@@ -372,7 +384,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.4.0"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 1.5.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@@ -381,7 +393,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.4.0"
+#define PACKAGE_VERSION "1.5.1"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -405,9 +417,6 @@
/* The size of `void*', as computed by sizeof. */
#undef SIZEOF_VOIDP
-/* defined if speex 1.0.x API detected */
-#undef SPEEX_1_0
-
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
@@ -415,10 +424,7 @@
#undef TARGET_CPU
/* Version number of package */
-#define VERSION "1.4.0"
-
-/* old wavpack API */
-#undef WAVPACK_OLD_API
+#define VERSION "1.5.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
@@ -431,6 +437,3 @@
# undef WORDS_BIGENDIAN
# endif
#endif
-
-/* Define to 1 if the X Window System is missing or not being used. */
-#undef X_DISPLAY_MISSING