]> git.sesse.net Git - vlc/blobdiff - modules/demux/avformat/Modules.am
Print codec_id on unsupported track in avformat demuxer.
[vlc] / modules / demux / avformat / Modules.am
index bb286caca63b184349e47bf61896de27ef97be4f..dae22c924eb8f71fc2f57476be686c47038351f3 100644 (file)
@@ -2,6 +2,14 @@ SOURCES_avformat = \
     avformat.c \
     avformat.h \
     demux.c \
-    mux.c \
+    ../../codec/avcodec/fourcc.c \
+    ../../codec/avcodec/chroma.c \
+       ../vobsub.h \
     $(NULL)
+if ENABLE_SOUT
+SOURCES_avformat += mux.c
+endif
+EXTRA_libavformat_plugin_la_SOURCES = mux.c
 
+libvlc_LTLIBRARIES += $(LTLIBavformat)
+EXTRA_LTLIBRARIES += libavformat_plugin.la