summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-12-22 20:00:42 +0000
committerMartin Storsjö <martin@martin.st>2010-12-22 20:00:42 +0000
commit81c8c1878085a05dddfeb95732731a1e790c0216 (patch)
tree767fbdacd3829518dd4bad4b73e737e67a0e4f44 /libavformat/Makefile
parentf02cbc4590b31de98b97d376686be148d078143d (diff)
downloadffmpeg-streaming-81c8c1878085a05dddfeb95732731a1e790c0216.zip
ffmpeg-streaming-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/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 5426404..5feb0ec 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
OpenPOWER on IntegriCloud