summaryrefslogtreecommitdiff
path: root/win32/common/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/common/config.h')
-rw-r--r--win32/common/config.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index aa19516d82..fbb8af076a 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 "2012-09-14"
+#define GST_PACKAGE_RELEASE_DATETIME "2012-09-17"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
@@ -325,6 +325,15 @@
/* Define if valgrind should be used */
#undef HAVE_VALGRIND
+/* Defined if the VP8 decoder is available */
+#undef HAVE_VP8_DECODER
+
+/* Defined if the VP8 encoder is available */
+#undef HAVE_VP8_ENCODER
+
+/* Define to enable VPX decoder (used by vpx). */
+#undef HAVE_VPX
+
/* Define to enable Win32 WaveForm (used by waveformsink). */
#undef HAVE_WAVEFORM
@@ -366,7 +375,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 0.11.94"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.99"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@@ -375,7 +384,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.11.94"
+#define PACKAGE_VERSION "0.11.99"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -409,7 +418,7 @@
#undef TARGET_CPU
/* Version number of package */
-#define VERSION "0.11.94"
+#define VERSION "0.11.99"
/* old wavpack API */
#undef WAVPACK_OLD_API