summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-07-14 16:12:55 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-07-14 16:14:34 +0200
commitab3bed81a5f6c52f6739e6d33fff197b3c889b1b (patch)
treef55b440e47cc293ee2498c68b5e4d267651e5274 /configure.ac
parent4732b9bfa445812104c610e58957337ae2795653 (diff)
pulsesink: add 24bit sample formats
Add check for pulseaudio 0.9.15 and enable 24bits samples in that case.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fe81b492..1d533d07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -759,6 +759,10 @@ AG_GST_CHECK_FEATURE(PULSE, [pulseaudio plug-in], pulseaudio, [
if test x$HAVE_PULSE_0_9_13 = xyes; then
AC_DEFINE(HAVE_PULSE_0_9_13, 1, [defined if pulseaudio >= 0.9.13 is available])
fi
+ AG_GST_PKG_CHECK_MODULES(PULSE_0_9_15, libpulse >= 0.9.15)
+ if test x$HAVE_PULSE_0_9_15 = xyes; then
+ AC_DEFINE(HAVE_PULSE_0_9_15, 1, [defined if pulseaudio >= 0.9.15 is available])
+ fi
])
dnl *** dv1394 ***