summaryrefslogtreecommitdiff
path: root/win32/common/config.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-08-11 00:02:47 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-08-11 00:02:47 +0100
commitdd4b42e5f0ac3480982c77cd495c5bacc7f5aad6 (patch)
tree8da560fd2cc08a66e533b3aaceb79c79f9cc57f0 /win32/common/config.h
parent73cc65fa886dc41b2115e02d5a432cf81845b430 (diff)
0.10.15.2 pre-release
Diffstat (limited to 'win32/common/config.h')
-rw-r--r--win32/common/config.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 8c37a9e1..52c4863d 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
@@ -43,7 +46,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git"
+#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins prerelease"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@@ -159,6 +162,9 @@
/* Define to enable mpeg2dec (used by mpeg2dec). */
#undef HAVE_MPEG2DEC
+/* Use Orc */
+#undef HAVE_ORC
+
/* defined if the compiler implements __PRETTY_FUNCTION__ */
#undef HAVE_PRETTY_FUNCTION
@@ -224,7 +230,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.15.1"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.15.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -233,7 +239,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.15.1"
+#define PACKAGE_VERSION "0.10.15.2"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -261,7 +267,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.15.1"
+#define VERSION "0.10.15.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */