Commit 6de4ef9b authored by Pavlov Konstantin's avatar Pavlov Konstantin

pulseaudio plugin needs 0.9.8 at least.

parent 8a727887
...@@ -4658,7 +4658,7 @@ AC_ARG_ENABLE(pulse, ...@@ -4658,7 +4658,7 @@ AC_ARG_ENABLE(pulse,
[ --enable-pulse Pulseaudio support (default enabled)]) [ --enable-pulse Pulseaudio support (default enabled)])
if test "${enable_pulse}" != "no" if test "${enable_pulse}" != "no"
then then
PKG_CHECK_MODULES(PULSE, libpulse, PKG_CHECK_MODULES(PULSE, libpulse >= 0.9.8,
[ VLC_ADD_PLUGINS([pulse]) [ VLC_ADD_PLUGINS([pulse])
VLC_ADD_CFLAGS([pulse],[${PULSE_CFLAGS}]) VLC_ADD_CFLAGS([pulse],[${PULSE_CFLAGS}])
VLC_ADD_LDFLAGS([pulse],[${PULSE_LIBS}])], VLC_ADD_LDFLAGS([pulse],[${PULSE_LIBS}])],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment