Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile index 1d0396ba3e..9f7ec6eba8 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -92,7 +92,7 @@ OBJS-$(CONFIG_AMR_DEMUXER) += amr.o rawdec.o OBJS-$(CONFIG_AMR_MUXER) += amr.o rawenc.o OBJS-$(CONFIG_AMRNB_DEMUXER) += amr.o rawdec.o OBJS-$(CONFIG_AMRWB_DEMUXER) += amr.o rawdec.o -OBJS-$(CONFIG_AMV_MUXER) += amvenc.o +OBJS-$(CONFIG_AMV_MUXER) += amvenc.o riffenc.o OBJS-$(CONFIG_ANM_DEMUXER) += anm.o OBJS-$(CONFIG_APC_DEMUXER) += apc.o OBJS-$(CONFIG_APE_DEMUXER) += ape.o apetag.o img2.o -- 2.32.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".