aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-09 09:42:11 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-12 10:57:24 +0200
commit8dcc1eef755d1cb05e73ddf3f79a3034243e9347 (patch)
treecb5eed157c8e98476f1147ee358cd25e0741fffb
parent382083caed7599c0e924e201f785385f0d334b25 (diff)
downloadffmpeg-8dcc1eef755d1cb05e73ddf3f79a3034243e9347.tar.gz
configure: Add missing prores_(aw|ks)_encoder->fdctdsp dependencies
Fixes builds with --disable-everything --disable-faan. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 2c4f5043d5..c983c689ec 100755
--- a/configure
+++ b/configure
@@ -2926,6 +2926,8 @@ png_decoder_select="inflate_wrapper"
png_encoder_select="deflate_wrapper llvidencdsp"
prores_decoder_select="blockdsp idctdsp"
prores_encoder_select="fdctdsp"
+prores_aw_encoder_select="fdctdsp"
+prores_ks_encoder_select="fdctdsp"
qcelp_decoder_select="lsp"
qdm2_decoder_select="mdct rdft mpegaudiodsp"
ra_144_decoder_select="audiodsp"