]> git.sesse.net Git - vlc/blob - modules/demux/avformat/Modules.am
Merge branch 1.0-bugfix
[vlc] / modules / demux / avformat / Modules.am
1 SOURCES_avformat = \
2     avformat.c \
3     avformat.h \
4     demux.c \
5     ../../codec/avcodec/fourcc.c \
6     ../../codec/avcodec/chroma.c \
7         ../vobsub.h \
8     $(NULL)
9 if ENABLE_SOUT
10 SOURCES_avformat += mux.c
11 endif
12 EXTRA_libavformat_plugin_la_SOURCES = mux.c
13
14 libvlc_LTLIBRARIES += $(LTLIBavformat)
15 EXTRA_LTLIBRARIES += libavformat_plugin.la