Mercurial > libavformat.hg
changeset 5861:97c1c7512fc3 libavformat
Fix FLAC demuxer dependencies.
Patch by James Darnley <james darnley at gmail>
author | jbr |
---|---|
date | Sun, 21 Mar 2010 18:06:56 +0000 |
parents | 731cb836bca6 |
children | 57fc219dc951 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Mar 21 16:34:04 2010 +0000 +++ b/Makefile Sun Mar 21 18:06:56 2010 +0000 @@ -69,7 +69,7 @@ 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