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
8b9b6da8
Commit
8b9b6da8
authored
Jul 02, 2008
by
Rémi Denis-Courmont
Browse files
avformat: fix linking with --disable-sout - closes #1655
parent
7a222c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/avformat/Modules.am
View file @
8b9b6da8
...
...
@@ -2,6 +2,11 @@ SOURCES_avformat = \
avformat.c \
avformat.h \
demux.c \
mux.c \
$(NULL)
if ENABLE_SOUT
SOURCES_avformat += mux.c
endif
EXTRA_libavformat_plugin_la_SOURCES = mux.c
libvlc_LTLIBRARIES += $(LTLIBavformat)
EXTRA_LTLIBRARIES += libavformat_plugin.la
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