root/modules/demux/avformat/Modules.am

Revision 8b9b6da88e06749994e79e906faa7195c1fcae56, 255 bytes (checked in by Rémi Denis-Courmont <rdenis@simphalempin.com>, 5 months ago)

avformat: fix linking with --disable-sout - closes #1655

  • Property mode set to 100644
Line 
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
Note: See TracBrowser for help on using the browser.