[FFmpeg-cvslog] configure: add optional zlib dependency to avformat

James Almer git at videolan.org
Thu Oct 26 21:34:48 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct 26 15:27:57 2017 -0300| [c64800e976f9e49d2d06431e63e2e1e9329872e1] | committer: James Almer

configure: add optional zlib dependency to avformat

id3v2 code is compiled unconditionally and uses zlib when available.

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c64800e976f9e49d2d06431e63e2e1e9329872e1
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 7767fb2596..2e0236285e 100755
--- a/configure
+++ b/configure
@@ -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"



More information about the ffmpeg-cvslog mailing list