[FFmpeg-cvslog] configure: Add missing pdv decoder->inflate_wrapper dependency
Andreas Rheinhardt
git at videolan.org
Wed May 8 01:03:41 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat May 4 22:46:32 2024 +0200| [1261ca2c85d8b8831927f3e86219e763512859b0] | committer: Andreas Rheinhardt
configure: Add missing pdv decoder->inflate_wrapper dependency
A dependency on zlib is not enough.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1261ca2c85d8b8831927f3e86219e763512859b0
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
More information about the ffmpeg-cvslog
mailing list