Commit c64800e9 authored by James Almer's avatar James Almer

configure: add optional zlib dependency to avformat

id3v2 code is compiled unconditionally and uses zlib when available.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 4bb09bf5
......@@ -3318,7 +3318,7 @@ avdevice_suggest="libm"
avfilter_deps="avutil"
avfilter_suggest="libm"
avformat_deps="avcodec avutil"
avformat_suggest="libm network"
avformat_suggest="libm network zlib"
avresample_deps="avutil"
avresample_suggest="libm"
avutil_suggest="clock_gettime libm libdrm libmfx opencl user32 vaapi videotoolbox corefoundation corevideo coremedia wincrypt"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment