[FFmpeg-cvslog] configure: Add missing AMV muxer->riffenc dependency

Andreas Rheinhardt git at videolan.org
Fri Jan 7 14:12:50 EET 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Jan  6 17:01:09 2022 +0100| [41c62207f641b5cf3ae656068652f7dc958d5e79] | committer: Andreas Rheinhardt

configure: Add missing AMV muxer->riffenc dependency

Reviewed-by: Zane van Iperen <zane at zanevaniperen.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41c62207f641b5cf3ae656068652f7dc958d5e79
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 1225faf15a..6fe7b8513e 100755
--- a/configure
+++ b/configure
@@ -3393,6 +3393,7 @@ ac3_demuxer_select="ac3_parser"
 act_demuxer_select="riffdec"
 adts_muxer_select="mpeg4audio"
 aiff_muxer_select="iso_media"
+amv_muxer_select="riffenc"
 asf_demuxer_select="riffdec"
 asf_o_demuxer_select="riffdec"
 asf_muxer_select="riffenc"



More information about the ffmpeg-cvslog mailing list