[FFmpeg-cvslog] r26005 - trunk/libavformat/Makefile
jbr
subversion
Tue Dec 14 18:14:41 CET 2010
Author: jbr
Date: Tue Dec 14 18:14:40 2010
New Revision: 26005
Log:
Add missing dependency for matroska muxer.
Modified:
trunk/libavformat/Makefile
Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile Tue Dec 14 17:14:52 2010 (r26004)
+++ trunk/libavformat/Makefile Tue Dec 14 18:14:40 2010 (r26005)
@@ -114,7 +114,7 @@ OBJS-$(CONFIG_MATROSKA_DEMUXER)
riff.o isom.o rmdec.o rm.o
OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \
riff.o isom.o avc.o \
- flacenc_header.o
+ flacenc_header.o avlanguage.o
OBJS-$(CONFIG_MD5_MUXER) += md5enc.o
OBJS-$(CONFIG_MJPEG_DEMUXER) += rawdec.o
OBJS-$(CONFIG_MJPEG_MUXER) += rawenc.o
More information about the ffmpeg-cvslog
mailing list