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
2574cb7c
Commit
2574cb7c
authored
May 04, 2011
by
Pierre Ynard
Browse files
OSS: fix Makefile typo
parent
5c289be6
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/access/Modules.am
View file @
2574cb7c
...
...
@@ -92,7 +92,7 @@ libvlc_LTLIBRARIES += \
libaccess_vdr_plugin.la \
$(NULL)
libaccess_oss_plugin_la = oss.c
libaccess_oss_plugin_la
_SOURCES
= oss.c
libaccess_oss_plugin_la_LIBADD = $(AM_LIBADD) $(OSS_LIBS)
libaccess_oss_plugin_la_DEPENDENCIES =
if HAVE_OSS
...
...
modules/audio_output/Modules.am
View file @
2574cb7c
...
...
@@ -9,7 +9,7 @@ SOURCES_audioqueue = audioqueue.c
libvlc_LTLIBRARIES += libaout_file_plugin.la
liboss_plugin_la = oss.c
liboss_plugin_la
_SOURCES
= oss.c
liboss_plugin_la_LIBADD = $(AM_LIBADD) $(OSS_LIBS)
liboss_plugin_la_DEPENDENCIES =
if HAVE_OSS
...
...
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