diff options
author | Martin Storsjö <martin@martin.st> | 2010-12-22 20:00:42 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-12-22 20:00:42 +0000 |
commit | 81c8c1878085a05dddfeb95732731a1e790c0216 (patch) | |
tree | 767fbdacd3829518dd4bad4b73e737e67a0e4f44 /libavformat | |
parent | f02cbc4590b31de98b97d376686be148d078143d (diff) | |
download | ffmpeg-81c8c1878085a05dddfeb95732731a1e790c0216.tar.gz |
Makefile: Fix dependencies of components
This fixes compilation with --disable-everything --enable-<component>,
for all encoders, decoders, muxers, demuxers, parsers, protocols, bsfs,
indevs, outdevs and filters at the moment. (All those that work without
any external dependencies at least.)
Originally committed as revision 26076 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 542640402d..5feb0ecc32 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -50,6 +50,7 @@ OBJS-$(CONFIG_BINK_DEMUXER) += bink.o OBJS-$(CONFIG_C93_DEMUXER) += c93.o vocdec.o voc.o OBJS-$(CONFIG_CAF_DEMUXER) += cafdec.o caf.o mov.o riff.o isom.o OBJS-$(CONFIG_CAVSVIDEO_DEMUXER) += cavsvideodec.o rawdec.o +OBJS-$(CONFIG_CAVSVIDEO_MUXER) += rawenc.o OBJS-$(CONFIG_CDG_DEMUXER) += cdg.o OBJS-$(CONFIG_CRC_MUXER) += crcenc.o OBJS-$(CONFIG_DAUD_DEMUXER) += daud.o |