diff options
author | Michael Karcher <ffmpeg@mkarcher.dialup.fu-berlin.de> | 2011-10-21 23:32:32 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-10-23 19:17:53 +0200 |
commit | 16ad77b357ebbe74a7bc9568904c328a2722651e (patch) | |
tree | e0509b3626572093ed03d14424d16b7e1fa12448 /libavformat/Makefile | |
parent | 9e66b892e8b5ebfee395457ec05e364158a4e0da (diff) | |
download | ffmpeg-16ad77b357ebbe74a7bc9568904c328a2722651e.tar.gz |
Move id3v2 tag writing to a separate file.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 6973b15995..903b3ee9ce 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -133,7 +133,7 @@ OBJS-$(CONFIG_MOV_MUXER) += movenc.o riff.o isom.o avc.o \ movenchint.o rtpenc_chain.o OBJS-$(CONFIG_MP2_MUXER) += mp3enc.o rawenc.o OBJS-$(CONFIG_MP3_DEMUXER) += mp3dec.o -OBJS-$(CONFIG_MP3_MUXER) += mp3enc.o rawenc.o +OBJS-$(CONFIG_MP3_MUXER) += mp3enc.o rawenc.o id3v2enc.o OBJS-$(CONFIG_MPC_DEMUXER) += mpc.o apetag.o OBJS-$(CONFIG_MPC8_DEMUXER) += mpc8.o OBJS-$(CONFIG_MPEG1SYSTEM_MUXER) += mpegenc.o |