aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-06 17:01:09 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-07 13:26:40 +0100
commit3975f9328ac55fc8b29f0f2784c273ae9edc417c (patch)
tree29a7cad4373dd7722406ba577529a7eaa5751c0b
parent743d26ca04d760f89424ce38dd09391999947a34 (diff)
downloadffmpeg-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-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"