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

jbr subversion
Sun Mar 21 19:06:56 CET 2010


Author: jbr
Date: Sun Mar 21 19:06:56 2010
New Revision: 22627

Log:
Fix FLAC demuxer dependencies.
Patch by James Darnley <james darnley at gmail>

Modified:
   trunk/libavformat/Makefile

Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile	Sun Mar 21 17:34:06 2010	(r22626)
+++ trunk/libavformat/Makefile	Sun Mar 21 19:06:56 2010	(r22627)
@@ -69,7 +69,7 @@ OBJS-$(CONFIG_FFM_MUXER)                
 OBJS-$(CONFIG_FILMSTRIP_DEMUXER)         += filmstripdec.o
 OBJS-$(CONFIG_FILMSTRIP_MUXER)           += filmstripenc.o
 OBJS-$(CONFIG_FLAC_DEMUXER)              += flacdec.o raw.o id3v1.o \
-                                            id3v2.o \
+                                            id3v2.o oggparsevorbis.o \
                                             vorbiscomment.o
 OBJS-$(CONFIG_FLAC_MUXER)                += flacenc.o vorbiscomment.o
 OBJS-$(CONFIG_FLIC_DEMUXER)              += flic.o



More information about the ffmpeg-cvslog mailing list