Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
5fc7f1e0
Commit
5fc7f1e0
authored
May 05, 2011
by
Benjamin Drung
Committed by
Rémi Denis-Courmont
May 05, 2011
Browse files
libpulse_plugin: Fix linking against pulseaudio.
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
98ebfae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/audio_output/Modules.am
View file @
5fc7f1e0
...
...
@@ -26,7 +26,7 @@ endif
libpulse_plugin_la_SOURCES = pulse.c
libpulse_plugin_la_CFLAGS = $(AM_CFLAGS) $(PULSE_CFLAGS)
libpulse_plugin_la_LIBADD = $(AM_LIBADD) $(PULSE_LIB
ADD
)
libpulse_plugin_la_LIBADD = $(AM_LIBADD) $(PULSE_LIB
S
)
libpulse_plugin_la_DEPENDENCIES =
if HAVE_PULSE
libvlc_LTLIBRARIES += libpulse_plugin.la
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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