summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2025-03-20 11:27:09 +0100
committerAndreas Rheinhardt <[email protected]>2025-03-23 14:14:43 +0100
commitfc44ccd9814f6a7bdbc1cd96d6aa53c299a41272 (patch)
tree7201162b3873c3505d0433fc5f50d51466b12778
parent9f0970ee35a50f80cd22ea3e23bd7d51f404fac9 (diff)
configure: Add EXR decoder->bswapdsp dependency
Needed on BE systems. Signed-off-by: Andreas Rheinhardt <[email protected]>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"