[FFmpeg-cvslog] configure: Add EXR decoder->bswapdsp dependency
Andreas Rheinhardt
git at videolan.org
Sun Mar 23 15:15:08 EET 2025
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Mar 20 11:27:09 2025 +0100| [fc44ccd9814f6a7bdbc1cd96d6aa53c299a41272] | committer: Andreas Rheinhardt
configure: Add EXR decoder->bswapdsp dependency
Needed on BE systems.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc44ccd9814f6a7bdbc1cd96d6aa53c299a41272
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 14f7bcde0e..2fdbe8cbbe 100755
--- a/configure
+++ b/configure
@@ -2962,6 +2962,7 @@ eamad_decoder_select="aandcttables blockdsp bswapdsp"
eatgq_decoder_select="aandcttables"
eatqi_decoder_select="aandcttables blockdsp bswapdsp"
exr_decoder_deps="zlib"
+exr_decoder_select="bswapdsp"
exr_encoder_deps="zlib"
ffv1_decoder_select="rangecoder"
ffv1_encoder_select="rangecoder"
More information about the ffmpeg-cvslog
mailing list