Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6de4ef9b
Commit
6de4ef9b
authored
Feb 22, 2008
by
Konstantin Pavlov
Browse files
pulseaudio plugin needs 0.9.8 at least.
parent
8a727887
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6de4ef9b
...
...
@@ -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}])],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment