From 67c8c863c70f2989add027ffccccbe4b87988415 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 14 Feb 2021 23:11:59 +0100 Subject: avcodec: add initial exr image encoder --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index a76c2ec4ae..336301cb40 100755 --- a/configure +++ b/configure @@ -2716,6 +2716,7 @@ eamad_decoder_select="aandcttables blockdsp bswapdsp idctdsp mpegvideo" eatgq_decoder_select="aandcttables" eatqi_decoder_select="aandcttables blockdsp bswapdsp idctdsp" exr_decoder_deps="zlib" +exr_encoder_deps="zlib" ffv1_decoder_select="rangecoder" ffv1_encoder_select="rangecoder" ffvhuff_decoder_select="huffyuv_decoder" -- cgit v1.2.3