Mercurial > libavformat.hg
diff Makefile @ 5857:121d6994c20e libavformat
Add VorbisComment writing to FLAC files.
Patch by James Darnley <james darnley at gmail>.
| author | jbr |
|---|---|
| date | Sat, 20 Mar 2010 13:36:43 +0000 |
| parents | 219b4cc8f378 |
| children | 274fed269b59 |
line wrap: on
line diff
--- a/Makefile Thu Mar 18 00:22:58 2010 +0000 +++ b/Makefile Sat Mar 20 13:36:43 2010 +0000 @@ -69,8 +69,9 @@ OBJS-$(CONFIG_FILMSTRIP_DEMUXER) += filmstripdec.o OBJS-$(CONFIG_FILMSTRIP_MUXER) += filmstripenc.o OBJS-$(CONFIG_FLAC_DEMUXER) += flacdec.o raw.o id3v1.o \ - id3v2.o oggparsevorbis.o -OBJS-$(CONFIG_FLAC_MUXER) += flacenc.o + id3v2.o \ + vorbiscomment.o +OBJS-$(CONFIG_FLAC_MUXER) += flacenc.o vorbiscomment.o OBJS-$(CONFIG_FLIC_DEMUXER) += flic.o OBJS-$(CONFIG_FLV_DEMUXER) += flvdec.o OBJS-$(CONFIG_FLV_MUXER) += flvenc.o avc.o @@ -148,7 +149,8 @@ oggparsespeex.o \ oggparsetheora.o \ oggparsevorbis.o \ - riff.o + riff.o \ + vorbiscomment.o OBJS-$(CONFIG_OGG_MUXER) += oggenc.o OBJS-$(CONFIG_OMA_DEMUXER) += oma.o raw.o OBJS-$(CONFIG_PCM_ALAW_DEMUXER) += raw.o
