summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2013-01-04 21:19:40 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-22 20:27:05 +0100
commitc114414a57b221d5c65d419a5a7cd64819bb2a80 (patch)
tree5b802fb9e289aa9e66f589c9d1459cb225e2c14b /libavformat/Makefile
parent30a40d4a554c2c49f43821d5edc6491c60e6fee2 (diff)
downloadffmpeg-streaming-c114414a57b221d5c65d419a5a7cd64819bb2a80.zip
ffmpeg-streaming-c114414a57b221d5c65d419a5a7cd64819bb2a80.tar.gz
lavf/aiffenc: ID3 tags support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 ae20430..c0f9ad9 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -63,7 +63,7 @@ OBJS-$(CONFIG_AEA_DEMUXER) += aea.o pcm.o
OBJS-$(CONFIG_AFC_DEMUXER) += afc.o
OBJS-$(CONFIG_AIFF_DEMUXER) += aiffdec.o pcm.o isom.o \
mov_chan.o
-OBJS-$(CONFIG_AIFF_MUXER) += aiffenc.o isom.o rawenc.o
+OBJS-$(CONFIG_AIFF_MUXER) += aiffenc.o isom.o id3v2enc.o
OBJS-$(CONFIG_AMR_DEMUXER) += amr.o
OBJS-$(CONFIG_AMR_MUXER) += amr.o
OBJS-$(CONFIG_ANM_DEMUXER) += anm.o
OpenPOWER on IntegriCloud