Mercurial > libavformat.hg
diff Makefile @ 6140:0abe94ef06ce libavformat
Add metadata support. Patch by Michael Karcher.
| author | maxim |
|---|---|
| date | Thu, 17 Jun 2010 10:59:49 +0000 |
| parents | ad41f9ce1fe9 |
| children | 5708c6d4223d |
line wrap: on
line diff
--- a/Makefile Thu Jun 17 10:30:52 2010 +0000 +++ b/Makefile Thu Jun 17 10:59:49 2010 +0000 @@ -158,7 +158,7 @@ vorbiscomment.o OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \ vorbiscomment.o -OBJS-$(CONFIG_OMA_DEMUXER) += oma.o raw.o +OBJS-$(CONFIG_OMA_DEMUXER) += oma.o raw.o id3v2.o OBJS-$(CONFIG_PCM_ALAW_DEMUXER) += raw.o OBJS-$(CONFIG_PCM_ALAW_MUXER) += raw.o OBJS-$(CONFIG_PCM_F32BE_DEMUXER) += raw.o
