diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-04 22:46:32 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-07 23:53:26 +0200 |
commit | 1261ca2c85d8b8831927f3e86219e763512859b0 (patch) | |
tree | 0be939b4221bd1f18e8b571ba90826bf80486d45 | |
parent | aebddfd4d67937d2cff9f6296ed3932f36717262 (diff) | |
download | ffmpeg-1261ca2c85d8b8831927f3e86219e763512859b0.tar.gz |
configure: Add missing pdv decoder->inflate_wrapper dependency
A dependency on zlib is not enough.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3031,7 +3031,7 @@ notchlc_decoder_select="lzf" nuv_decoder_select="idctdsp" opus_decoder_deps="swresample" opus_encoder_select="audio_frame_queue" -pdv_decoder_deps="zlib" +pdv_decoder_select="inflate_wrapper" png_decoder_select="inflate_wrapper" png_encoder_select="deflate_wrapper llvidencdsp" prores_decoder_select="blockdsp idctdsp" |