[FFmpeg-cvslog] avformat: fix apm makefile dependency
Zane van Iperen
git at videolan.org
Wed May 27 18:10:43 EEST 2020
ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Tue May 26 10:57:49 2020 +0000| [61c1df73d661d043364b1c3112c39ea343c577cb] | committer: Michael Niedermayer
avformat: fix apm makefile dependency
Uses ff_get_wav_header() in riffdec.c
Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61c1df73d661d043364b1c3112c39ea343c577cb
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index fa325d2320..efe82f9f08 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -93,7 +93,7 @@ OBJS-$(CONFIG_AMRWB_DEMUXER) += amr.o
OBJS-$(CONFIG_ANM_DEMUXER) += anm.o
OBJS-$(CONFIG_APC_DEMUXER) += apc.o
OBJS-$(CONFIG_APE_DEMUXER) += ape.o apetag.o img2.o
-OBJS-$(CONFIG_APM_DEMUXER) += apm.o
+OBJS-$(CONFIG_APM_DEMUXER) += apm.o riffdec.o
OBJS-$(CONFIG_APNG_DEMUXER) += apngdec.o
OBJS-$(CONFIG_APNG_MUXER) += apngenc.o
OBJS-$(CONFIG_APTX_DEMUXER) += aptxdec.o rawdec.o
More information about the ffmpeg-cvslog
mailing list