Commit 8b9b6da8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avformat: fix linking with --disable-sout - closes #1655

parent 7a222c98
......@@ -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
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