]> git.sesse.net Git - vlc/blob - modules/demux/avformat/Modules.am
macosx: Fix addNode:.
[vlc] / modules / demux / avformat / Modules.am
1 SOURCES_avformat = \
2     avformat.c \
3     avformat.h \
4     demux.c \
5     $(NULL)
6 if ENABLE_SOUT
7 SOURCES_avformat += mux.c
8 endif
9 EXTRA_libavformat_plugin_la_SOURCES = mux.c
10
11 libvlc_LTLIBRARIES += $(LTLIBavformat)
12 EXTRA_LTLIBRARIES += libavformat_plugin.la