summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-14 23:11:59 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-18 13:00:40 +0100
commit67c8c863c70f2989add027ffccccbe4b87988415 (patch)
treee8ce5bfc8cf12fb97db924a9dcd59b9ade49a851 /configure
parentb0d75a8de924d90d0c9e8b75a485f35258920e02 (diff)
downloadffmpeg-67c8c863c70f2989add027ffccccbe4b87988415.tar.gz
avcodec: add initial exr image encoder
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"