mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 06:44:29 +00:00
configure: add optional zlib dependency to avformat
id3v2 code is compiled unconditionally and uses zlib when available. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
4bb09bf5a0
commit
c64800e976
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user