[FFmpeg-cvslog] r26066 - trunk/libavformat/Makefile
mstorsjo
subversion
Tue Dec 21 10:23:35 CET 2010
Author: mstorsjo
Date: Tue Dec 21 10:23:35 2010
New Revision: 26066
Log:
Add a missing dependency for the WebM muxer
This fixes one of the issues found if building with
--disable-everything --enable-muxer=webm
Modified:
trunk/libavformat/Makefile
Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile Tue Dec 21 10:03:57 2010 (r26065)
+++ trunk/libavformat/Makefile Tue Dec 21 10:23:35 2010 (r26066)
@@ -286,7 +286,7 @@ OBJS-$(CONFIG_WAV_MUXER)
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
More information about the ffmpeg-cvslog
mailing list