From ab3bed81a5f6c52f6739e6d33fff197b3c889b1b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 14 Jul 2009 16:12:55 +0200 Subject: pulsesink: add 24bit sample formats Add check for pulseaudio 0.9.15 and enable 24bits samples in that case. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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 *** -- cgit