[FFmpeg-cvslog] configure: Add missing prores_(aw|ks)_encoder->fdctdsp dependencies

Andreas Rheinhardt git at videolan.org
Wed Oct 12 12:23:59 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Oct  9 09:42:11 2022 +0200| [8dcc1eef755d1cb05e73ddf3f79a3034243e9347] | committer: Andreas Rheinhardt

configure: Add missing prores_(aw|ks)_encoder->fdctdsp dependencies

Fixes builds with --disable-everything --disable-faan.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 configure | 2 ++
 1 file changed, 2 insertions(+)

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"



More information about the ffmpeg-cvslog mailing list