diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-19 21:02:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-03-24 06:13:39 +0100 |
commit | 15c5a8d22d12d29a364ca2ab6438f1dee2fa08c7 (patch) | |
tree | 1062b31f2d61e72918369c6441cb8a737b2aa1f6 /libavformat/Makefile | |
parent | 06c3cd3c0186803619bc6aad2d8f06c3e9015d15 (diff) | |
download | ffmpeg-streaming-15c5a8d22d12d29a364ca2ab6438f1dee2fa08c7.zip ffmpeg-streaming-15c5a8d22d12d29a364ca2ab6438f1dee2fa08c7.tar.gz |
mp3dec: export replaygain tags from ID3v2
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 5694314..7ab30aa 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -182,7 +182,7 @@ OBJS-$(CONFIG_MOV_DEMUXER) += mov.o isom.o mov_chan.o OBJS-$(CONFIG_MOV_MUXER) += movenc.o isom.o avc.o hevc.o \ movenchint.o mov_chan.o OBJS-$(CONFIG_MP2_MUXER) += mp3enc.o rawenc.o id3v2enc.o -OBJS-$(CONFIG_MP3_DEMUXER) += mp3dec.o +OBJS-$(CONFIG_MP3_DEMUXER) += mp3dec.o replaygain.o OBJS-$(CONFIG_MP3_MUXER) += mp3enc.o rawenc.o id3v2enc.o OBJS-$(CONFIG_MPC_DEMUXER) += mpc.o apetag.o img2.o OBJS-$(CONFIG_MPC8_DEMUXER) += mpc8.o apetag.o img2.o |