Merge branch 'master' into 0.11
[platform/upstream/gst-plugins-good.git] / win32 / common / config.h
index 29c40bc..d4e9926 100644 (file)
@@ -9,7 +9,7 @@
 #undef AC_APPLE_UNIVERSAL_BUILD
 
 /* Default audio sink */
-#define DEFAULT_AUDIOSINK "directaudiosink"
+#define DEFAULT_AUDIOSINK "directsoundsink"
 
 /* Default audio source */
 #define DEFAULT_AUDIOSRC "audiotestsrc"
 /* 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
 
 /* gettext package name */
-#define GETTEXT_PACKAGE "gst-plugins-good-0.10"
+#define GETTEXT_PACKAGE "gst-plugins-good-0.11"
+
+/* The GIO library directory. */
+#undef GIO_LIBDIR
+
+/* The GIO modules directory. */
+#undef GIO_MODULE_DIR
 
 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
 #undef GST_GCOV_ENABLED
 #define GST_LICENSE "LGPL"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Good Plug-ins prerelease"
+#define GST_PACKAGE_NAME "GStreamer Good Plug-ins git"
 
 /* package origin */
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
+/* GStreamer package release date/time for plugins as YYYY-MM-DD */
+#define GST_PACKAGE_RELEASE_DATETIME "2012-02-17T22:58Z"
+
 /* struct v4l2_buffer missing */
 #undef GST_V4L2_MISSING_BUFDECL
 
 /* Define to enable Cairo graphics rendering (used by cairo). */
 #undef HAVE_CAIRO
 
+/* Define to enable Cairo graphics rendering gobject bindings (used by
+   cairooverlay). */
+#undef HAVE_CAIRO_GOBJECT
+
 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
    CoreFoundation framework. */
 #undef HAVE_CFLOCALECOPYCURRENT
 /* Define to enable raw1394 and avc1394 library (used by 1394). */
 #undef HAVE_DV1394
 
-/* Define to enable ESounD sound daemon (used by esdsink). */
-#undef HAVE_ESD
-
 /* Define to enable building of experimental plug-ins. */
 #undef HAVE_EXPERIMENTAL
 
 /* Define to enable building of plug-ins with external deps. */
 #undef HAVE_EXTERNAL
 
+/* Define to 1 if you have the <fcntl.h> header file. */
+#undef HAVE_FCNTL_H
+
 /* FIONREAD ioctl found in sys/filio.h */
 #undef HAVE_FIONREAD_IN_SYS_FILIO
 
 /* Define if compiler supports gcc inline assembly */
 #undef HAVE_GCC_ASM
 
-/* Define to enable GConf libraries (used by gconfelements). */
-#undef HAVE_GCONF
-
-/* Define to enable GConf schemas. */
-#undef HAVE_GCONFTOOL
-
 /* Define to enable GDK pixbuf (used by gdkpixbuf). */
 #undef HAVE_GDK_PIXBUF
 
 /* Whether gudev is available for device detection */
 #undef HAVE_GUDEV
 
-/* Define to enable HAL libraries (used by halelements). */
-#undef HAVE_HAL
-
 /* Define if you have the iconv() function and it works. */
 #undef HAVE_ICONV
 
 /* Define to 1 if you have the `isinf' function. */
 #undef HAVE_ISINF
 
+/* Define to enable Jack (used by jack). */
+#undef HAVE_JACK
+
+/* defined if jack >= 0.120.1 is available */
+#undef HAVE_JACK_0_120_1
+
+/* defined if jack >= 1.9.7 is available */
+#undef HAVE_JACK_1_9_7
+
 /* Define to enable jpeg library (used by jpeg). */
 #undef HAVE_JPEG
 
 /* Define to enable Portable Network Graphics library (used by png). */
 #undef HAVE_LIBPNG
 
-/* Define to 1 if you have the `socket' library (-lsocket). */
-#undef HAVE_LIBSOCKET
-
 /* soup gnome integration */
 #undef HAVE_LIBSOUP_GNOME
 
 /* Define to 1 if you have a working `mmap' system call. */
 #undef HAVE_MMAP
 
-/* 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
 
+/* Define to enable Open Sound System 4 (used by oss4). */
+#undef HAVE_OSS4
+
 /* Define if OSS includes are in /machine/ */
 #undef HAVE_OSS_INCLUDE_IN_MACHINE
 
 /* Define to enable OSX video (used by osxvideosink). */
 #undef HAVE_OSX_VIDEO
 
+/* Define to 1 if you have the <process.h> header file. */
+#define HAVE_PROCESS_H 1
+
 /* Define to enable pulseaudio plug-in (used by pulseaudio). */
 #undef HAVE_PULSE
 
-/* defined if pulseaudio >= 0.9.11 is available */
-#undef HAVE_PULSE_0_9_11
-
-/* defined if pulseaudio >= 0.9.12 is available */
-#undef HAVE_PULSE_0_9_12
-
-/* defined if pulseaudio >= 0.9.13 is available */
-#undef HAVE_PULSE_0_9_13
-
-/* defined if pulseaudio >= 0.9.15 is available */
-#undef HAVE_PULSE_0_9_15
-
-/* defined if pulseaudio >= 0.9.20 is available */
-#undef HAVE_PULSE_0_9_20
-
 /* Define if RDTSC is available */
 #undef HAVE_RDTSC
 
 /* Define to enable Sun Audio (used by sunaudio). */
 #undef HAVE_SUNAUDIO
 
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#undef HAVE_SYS_IOCTL_H
+
 /* Define to 1 if you have the <sys/param.h> header file. */
 #undef HAVE_SYS_PARAM_H
 
-/* Define to 1 if you have the <sys/socket.h> header file. */
-#undef HAVE_SYS_SOCKET_H
-
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
 /* Define if valgrind should be used */
 #undef HAVE_VALGRIND
 
+/* Define to enable Win32 WaveForm (used by waveformsink). */
+#undef HAVE_WAVEFORM
+
 /* Define to enable wavpack plug-in (used by wavpack). */
 #undef HAVE_WAVPACK
 
-/* Define to 1 if you have the <winsock2.h> header file. */
-#define HAVE_WINSOCK2_H 1
-
 /* Define to enable X libraries and plugins (used by ximagesrc). */
 #undef HAVE_X
 
 /* Define to enable X11 XVideo extensions. */
 #undef HAVE_XVIDEO
 
-/* Define to enable zlib support for id3demux/qtdemux/matroska. */
+/* Define to enable zlib support for qtdemux/matroska. */
 #undef HAVE_ZLIB
 
 /* the host CPU */
 #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.18.3"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.1.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gst-plugins-good"
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.18.3"
+#define PACKAGE_VERSION "0.11.1.1"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
-#  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.10"
+#  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.11"
 #else
-#  define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
+#  define PLUGINDIR PREFIX "\\lib\\gstreamer-0.11"
 #endif
 
 /* The size of `char', as computed by sizeof. */
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.18.3"
+#define VERSION "0.11.1.1"
 
 /* old wavpack API */
 #undef WAVPACK_OLD_API