[FFmpeg-cvslog] configure: Add missing AMV muxer->riffenc dependency
Andreas Rheinhardt
git at videolan.org
Fri Jan 7 14:29:11 EET 2022
ffmpeg | branch: release/5.0 | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Jan 6 17:01:09 2022 +0100| [3975f9328ac55fc8b29f0f2784c273ae9edc417c] | 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>
(cherry picked from commit 41c62207f641b5cf3ae656068652f7dc958d5e79)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3975f9328ac55fc8b29f0f2784c273ae9edc417c
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 05f3c565a3..e1479af376 100755
--- a/configure
+++ b/configure
@@ -3391,6 +3391,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