]> git.sesse.net Git - vlc/blob - modules/demux/avformat/Modules.am
libav*: move avformat/avcodec init to a single header file
[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     ../../codec/avcodec/avcommon.h \
8         ../vobsub.h \
9     $(NULL)
10 if ENABLE_SOUT
11 SOURCES_avformat += mux.c
12 endif
13 EXTRA_libavformat_plugin_la_SOURCES = mux.c
14
15 libvlc_LTLIBRARIES += $(LTLIBavformat)
16 EXTRA_LTLIBRARIES += libavformat_plugin.la