diff options
author | Martin Storsjö <martin@martin.st> | 2010-12-21 09:23:35 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-12-21 09:23:35 +0000 |
commit | 1e0957cc6b8058bd1478dda281a299219cb7bfd1 (patch) | |
tree | 32b665bfc7f50650ea572a1fbaf5a0ba5e682e87 | |
parent | 8bd1956462e862315a78ca6442c5b54c5dd1f826 (diff) | |
download | ffmpeg-1e0957cc6b8058bd1478dda281a299219cb7bfd1.tar.gz |
Add a missing dependency for the WebM muxer
This fixes one of the issues found if building with
--disable-everything --enable-muxer=webm
Originally committed as revision 26066 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 030df2b69e..542640402d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -286,7 +286,7 @@ OBJS-$(CONFIG_WAV_MUXER) += wav.o riff.o OBJS-$(CONFIG_WC3_DEMUXER) += wc3movie.o OBJS-$(CONFIG_WEBM_MUXER) += matroskaenc.o matroska.o \ riff.o isom.o avc.o \ - flacenc_header.o + flacenc_header.o avlanguage.o OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o OBJS-$(CONFIG_WV_DEMUXER) += wv.o apetag.o |