]> git.sesse.net Git - vlc/blob - modules/demux/avformat/Modules.am
macosx: fixed menubar appearance in fullscreen mode by partially reverting [46c93c9cc...
[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     $(NULL)
8 if ENABLE_SOUT
9 SOURCES_avformat += mux.c
10 endif
11 EXTRA_libavformat_plugin_la_SOURCES = mux.c
12
13 libvlc_LTLIBRARIES += $(LTLIBavformat)
14 EXTRA_LTLIBRARIES += libavformat_plugin.la