diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-06 17:01:09 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-07 13:26:40 +0100 |
commit | 3975f9328ac55fc8b29f0f2784c273ae9edc417c (patch) | |
tree | 29a7cad4373dd7722406ba577529a7eaa5751c0b | |
parent | 743d26ca04d760f89424ce38dd09391999947a34 (diff) | |
download | ffmpeg-3975f9328ac55fc8b29f0f2784c273ae9edc417c.tar.gz |
configure: Add missing AMV muxer->riffenc dependency
Reviewed-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
(cherry picked from commit 41c62207f641b5cf3ae656068652f7dc958d5e79)
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |