summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-06-26 18:42:29 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-06-26 18:42:29 +0100
commitce694a9777446550c550475f3ec89d118b5f4c21 (patch)
treeda4c43fd2b18467525a31bef356db0c018df4e07 /win32
parent240dec038ccb144d1805a1e325810a64a744780b (diff)
downloadgstreamer-plugins-good-ce694a9777446550c550475f3ec89d118b5f4c21.tar.gz
0.10.23.2 pre-release
Diffstat (limited to 'win32')
-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 904ece9e0..67f9d2d84 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -23,6 +23,9 @@
/* Default visualizer */
#define DEFAULT_VISUALIZER "goom"
+/* Disable Orc */
+#undef DISABLE_ORC
+
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
@@ -40,7 +43,7 @@
#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 prerelease"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@@ -171,6 +174,9 @@
/* Define to enable GDK pixbuf (used by gdkpixbuf). */
#undef HAVE_GDK_PIXBUF
+/* Define to enable GDK pixbuf (used by gdkpixbuf3). */
+#undef HAVE_GDK_PIXBUF3
+
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
@@ -228,6 +234,9 @@
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
+/* Use Orc */
+#undef HAVE_ORC
+
/* Define to enable OSS audio (used by ossaudio). */
#undef HAVE_OSS
@@ -264,6 +273,9 @@
/* defined if pulseaudio >= 0.9.15 is available */
#undef HAVE_PULSE_0_9_15
+/* defined if pulseaudio >= 0.9.16 is available */
+#undef HAVE_PULSE_0_9_16
+
/* defined if pulseaudio >= 0.9.20 is available */
#undef HAVE_PULSE_0_9_20
@@ -368,7 +380,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.10.23.1"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.23.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@@ -377,7 +389,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.23.1"
+#define PACKAGE_VERSION "0.10.23.2"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -408,7 +420,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.23.1"
+#define VERSION "0.10.23.2"
/* old wavpack API */
#undef WAVPACK_OLD_API