diff options
author | James Darnley <james.darnley@gmail.com> | 2010-03-21 18:06:56 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2010-03-21 18:06:56 +0000 |
commit | bb45237e11d023a7ae35e993e6282b5db0db67cf (patch) | |
tree | 37d2eb625b0846f2d00557b1f4e2826cce697d71 | |
parent | 68006ed0623ec963da00b6613b872e3b1ddcbccd (diff) | |
download | ffmpeg-bb45237e11d023a7ae35e993e6282b5db0db67cf.tar.gz |
Fix FLAC demuxer dependencies.
Patch by James Darnley <james darnley at gmail>
Originally committed as revision 22627 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |