pulseaudio plugin needs 0.9.8 at least.

This commit is contained in:
Pavlov Konstantin 2008-02-22 12:29:33 +00:00
parent 8a7278874b
commit 6de4ef9ba0
1 changed files with 1 additions and 1 deletions

View File

@ -4658,7 +4658,7 @@ AC_ARG_ENABLE(pulse,
[ --enable-pulse Pulseaudio support (default enabled)])
if test "${enable_pulse}" != "no"
then
PKG_CHECK_MODULES(PULSE, libpulse,
PKG_CHECK_MODULES(PULSE, libpulse >= 0.9.8,
[ VLC_ADD_PLUGINS([pulse])
VLC_ADD_CFLAGS([pulse],[${PULSE_CFLAGS}])
VLC_ADD_LDFLAGS([pulse],[${PULSE_LIBS}])],