ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@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" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".