diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-07-08 00:04:46 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-07-11 20:46:56 +0000 |
commit | 74f3c53b575cf275d87c0a0d3c74d79889a4493d (patch) | |
tree | 169cca1e6e035460f2265ae8fe7185f57c25488b /configure | |
parent | 5ee41d00f6bc7cb85fd8f7e5cbae184fdf9099c5 (diff) | |
download | ffmpeg-74f3c53b575cf275d87c0a0d3c74d79889a4493d.tar.gz |
exr: zip decompression
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1467,6 +1467,7 @@ eac3_encoder_select="mdct ac3dsp" eamad_decoder_select="aandct" eatgq_decoder_select="aandct" eatqi_decoder_select="aandct" +exr_decoder_select="zlib" ffv1_decoder_select="golomb" flac_decoder_select="golomb" flac_encoder_select="golomb lpc" |