diff options
author | Andreas Rheinhardt <[email protected]> | 2025-03-20 11:27:09 +0100 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2025-03-23 14:14:43 +0100 |
commit | fc44ccd9814f6a7bdbc1cd96d6aa53c299a41272 (patch) | |
tree | 7201162b3873c3505d0433fc5f50d51466b12778 | |
parent | 9f0970ee35a50f80cd22ea3e23bd7d51f404fac9 (diff) |
configure: Add EXR decoder->bswapdsp dependency
Needed on BE systems.
Signed-off-by: Andreas Rheinhardt <[email protected]>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |