Skip to content
Snippets Groups Projects
Commit ce694a97 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller
Browse files

0.10.23.2 pre-release

parent 240dec03
No related branches found
No related tags found
Loading
...@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file ...@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre dnl use a three digit version number for releases, and four for git/pre
AC_INIT(GStreamer Good Plug-ins, 0.10.23.1, AC_INIT(GStreamer Good Plug-ins, 0.10.23.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good) gst-plugins-good)
...@@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL ...@@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.29.1 GST_REQ=0.10.29.2
GSTPB_REQ=0.10.29.1 GSTPB_REQ=0.10.29.2
dnl *** autotools stuff **** dnl *** autotools stuff ****
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
/* Default visualizer */ /* Default visualizer */
#define DEFAULT_VISUALIZER "goom" #define DEFAULT_VISUALIZER "goom"
/* Disable Orc */
#undef DISABLE_ORC
/* Define to 1 if translation of program messages to the user's native /* Define to 1 if translation of program messages to the user's native
language is requested. */ language is requested. */
#undef ENABLE_NLS #undef ENABLE_NLS
...@@ -40,7 +43,7 @@ ...@@ -40,7 +43,7 @@
#define GST_LICENSE "LGPL" #define GST_LICENSE "LGPL"
/* package name in plugins */ /* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins git" #define GST_PACKAGE_NAME "GStreamer Good Plug-ins prerelease"
/* package origin */ /* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
...@@ -171,6 +174,9 @@ ...@@ -171,6 +174,9 @@
/* Define to enable GDK pixbuf (used by gdkpixbuf). */ /* Define to enable GDK pixbuf (used by gdkpixbuf). */
#undef HAVE_GDK_PIXBUF #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. */ /* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE #undef HAVE_GETPAGESIZE
...@@ -228,6 +234,9 @@ ...@@ -228,6 +234,9 @@
/* Define to 1 if you have the <netinet/in.h> header file. */ /* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H #undef HAVE_NETINET_IN_H
/* Use Orc */
#undef HAVE_ORC
/* Define to enable OSS audio (used by ossaudio). */ /* Define to enable OSS audio (used by ossaudio). */
#undef HAVE_OSS #undef HAVE_OSS
...@@ -264,6 +273,9 @@ ...@@ -264,6 +273,9 @@
/* defined if pulseaudio >= 0.9.15 is available */ /* defined if pulseaudio >= 0.9.15 is available */
#undef HAVE_PULSE_0_9_15 #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 */ /* defined if pulseaudio >= 0.9.20 is available */
#undef HAVE_PULSE_0_9_20 #undef HAVE_PULSE_0_9_20
...@@ -368,7 +380,7 @@ ...@@ -368,7 +380,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins" #define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */ /* 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 to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good" #define PACKAGE_TARNAME "gst-plugins-good"
...@@ -377,7 +389,7 @@ ...@@ -377,7 +389,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* 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 */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
...@@ -408,7 +420,7 @@ ...@@ -408,7 +420,7 @@
#undef STDC_HEADERS #undef STDC_HEADERS
/* Version number of package */ /* Version number of package */
#define VERSION "0.10.23.1" #define VERSION "0.10.23.2"
/* old wavpack API */ /* old wavpack API */
#undef WAVPACK_OLD_API #undef WAVPACK_OLD_API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment