diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-01 23:22:21 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-10 13:53:32 +0200 |
commit | 9a07fac678a8540d076e635061bbaa4ed09a9431 (patch) | |
tree | 312cd41ac04bf43ba69a877e0e2c70f9d42a74ab /libavformat/Makefile | |
parent | ad8159e0fe2bfc1c34739f0956ce464f9859b5a7 (diff) | |
download | ffmpeg-streaming-9a07fac678a8540d076e635061bbaa4ed09a9431.zip ffmpeg-streaming-9a07fac678a8540d076e635061bbaa4ed09a9431.tar.gz |
mov: read hydrogenaudio replaygain information
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 6784d51..a7f03f9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -179,7 +179,7 @@ OBJS-$(CONFIG_MLP_MUXER) += rawenc.o OBJS-$(CONFIG_MM_DEMUXER) += mm.o OBJS-$(CONFIG_MMF_DEMUXER) += mmf.o pcm.o OBJS-$(CONFIG_MMF_MUXER) += mmf.o -OBJS-$(CONFIG_MOV_DEMUXER) += mov.o isom.o mov_chan.o +OBJS-$(CONFIG_MOV_DEMUXER) += mov.o isom.o mov_chan.o replaygain.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 |