aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-04 22:46:32 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-07 23:53:26 +0200
commit1261ca2c85d8b8831927f3e86219e763512859b0 (patch)
tree0be939b4221bd1f18e8b571ba90826bf80486d45
parentaebddfd4d67937d2cff9f6296ed3932f36717262 (diff)
downloadffmpeg-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d4b8db07df..180ce35db9 100755
--- a/configure
+++ b/configure
@@ -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"