[FFmpeg-cvslog] r22555 - trunk/libavformat/Makefile

aurel subversion
Mon Mar 15 23:37:14 CET 2010


Author: aurel
Date: Mon Mar 15 23:37:14 2010
New Revision: 22555

Log:
matroskadec: fix missing dependency

Modified:
   trunk/libavformat/Makefile

Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile	Mon Mar 15 22:27:13 2010	(r22554)
+++ trunk/libavformat/Makefile	Mon Mar 15 23:37:14 2010	(r22555)
@@ -100,7 +100,7 @@ OBJS-$(CONFIG_LMLM4_DEMUXER)            
 OBJS-$(CONFIG_M4V_DEMUXER)               += raw.o
 OBJS-$(CONFIG_M4V_MUXER)                 += raw.o
 OBJS-$(CONFIG_MATROSKA_DEMUXER)          += matroskadec.o matroska.o \
-                                            riff.o isom.o rm.o
+                                            riff.o isom.o rmdec.o rm.o
 OBJS-$(CONFIG_MATROSKA_MUXER)            += matroskaenc.o matroska.o \
                                             riff.o isom.o avc.o flacenc.o
 OBJS-$(CONFIG_MJPEG_DEMUXER)             += raw.o



More information about the ffmpeg-cvslog mailing list