diff options
author | Sangchul Lee <sc11.lee@samsung.com> | 2012-08-21 22:53:54 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2012-08-21 22:53:54 +0900 |
commit | baa3403ebe3f0028ca826fb8d7f56e9cbed05356 (patch) | |
tree | 7765d941dd576fcd3bf0cb297894e55fbbfe3207 /config.h.in | |
parent | b1065bf2a5159183bde18dcd95c988ea42b86f83 (diff) | |
download | gst-plugins-good0.10-master.tar.gz gst-plugins-good0.10-master.tar.bz2 gst-plugins-good0.10-master.zip |
tizen 2.0 initHEADsubmit/master/20120920.1510562.0_alphamaster2.0alpha
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/config.h.in b/config.h.in index 8d96cdf..53c97d2 100644 --- a/config.h.in +++ b/config.h.in @@ -272,24 +272,12 @@ /* 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.16 is available */ -#undef HAVE_PULSE_0_9_16 - /* defined if pulseaudio >= 0.9.20 is available */ #undef HAVE_PULSE_0_9_20 +/* defined if pulseaudio >= 1.0 is available */ +#undef HAVE_PULSE_1_0 + /* Define if RDTSC is available */ #undef HAVE_RDTSC @@ -365,7 +353,7 @@ /* 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 */ |