Mercurial > audlegacy-plugins
changeset 2399:dd2c14a4c9f1
Change required pulseaudio version to 0.9.9 because some PA_SAMPLE_S32 formats are not defined in older versions.
author | Christian Birchinger <joker@netswarm.net> |
---|---|
date | Sat, 16 Feb 2008 01:41:14 +0100 |
parents | 684a26ccca54 |
children | a0746d858e31 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat Feb 16 01:36:41 2008 +0300 +++ b/configure.ac Sat Feb 16 01:41:14 2008 +0100 @@ -264,7 +264,7 @@ ) if test "$enable_pulse" = "yes"; then - PKG_CHECK_MODULES(PULSE, [libpulse >= 0.9.3], + PKG_CHECK_MODULES(PULSE, [libpulse >= 0.9.9], [have_pulse=yes OUTPUT_PLUGINS="$OUTPUT_PLUGINS pulse_audio"], [have_pulse=no]