git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix avformat compile+link
[vlc.git]
/
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