[FFmpeg-devel] [PATCH] avformat/Makefile: Fix aiffdec replaygain dependency
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Sat Oct 12 07:22:29 EEST 2019
Forgotten in 6390f52a.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
Found via ubitux random FATE box:
http://fate.ffmpeg.org/report.cgi?slot=x86_64-archlinux-gcc-random&time=20191012015819
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index a61d42b721..615156c120 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -82,7 +82,7 @@ OBJS-$(CONFIG_ADX_MUXER) += rawenc.o
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
+ mov_chan.o replaygain.o
OBJS-$(CONFIG_AIFF_MUXER) += aiffenc.o id3v2enc.o
OBJS-$(CONFIG_AIX_DEMUXER) += aixdec.o
OBJS-$(CONFIG_AMR_DEMUXER) += amr.o
--
2.21.0
More information about the ffmpeg-devel
mailing list