summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2009-12-16 19:18:48 +0000
committerJai Menon <jmenon86@gmail.com>2009-12-16 19:18:48 +0000
commit22ff33614519d902c4d4012d11283961d89022ed (patch)
tree2b17d007a40ce7bb29ccc06701d63238c23cdc7e /libavformat/Makefile
parent5c910fcad8de393c38c696282fedbc1bbc75e5de (diff)
Parse ID3v[12] metadata from TTA files.
As a side-effect, this commit also fixes issue 1310. Originally committed as revision 20886 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index e5176e0b9b..620223361d 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -228,7 +228,7 @@ OBJS-$(CONFIG_TIERTEXSEQ_DEMUXER) += tiertexseq.o
OBJS-$(CONFIG_TMV_DEMUXER) += tmv.o
OBJS-$(CONFIG_TRUEHD_DEMUXER) += raw.o id3v2.o
OBJS-$(CONFIG_TRUEHD_MUXER) += raw.o
-OBJS-$(CONFIG_TTA_DEMUXER) += tta.o
+OBJS-$(CONFIG_TTA_DEMUXER) += tta.o id3v1.o id3v2.o
OBJS-$(CONFIG_TXD_DEMUXER) += txd.o
OBJS-$(CONFIG_VC1_DEMUXER) += raw.o
OBJS-$(CONFIG_VC1T_DEMUXER) += vc1test.o