From bb45237e11d023a7ae35e993e6282b5db0db67cf Mon Sep 17 00:00:00 2001 From: James Darnley Date: Sun, 21 Mar 2010 18:06:56 +0000 Subject: [PATCH] Fix FLAC demuxer dependencies. Patch by James Darnley Originally committed as revision 22627 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index 3519d7ecd0..2a2d12314e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -69,7 +69,7 @@ OBJS-$(CONFIG_FFM_MUXER) += ffmenc.o 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