[FFmpeg-devel] configure: Require libkvazaar < 0.7
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Oct 14 12:19:56 CEST 2015
Hi!
Attached patch for release/2.8 is supposed to fix ticket #4925, completely
untested.
Please comment, Carl Eugen
-------------- next part --------------
diff --git a/configure b/configure
index b661157..c2b58e5 100755
--- a/configure
+++ b/configure
@@ -5240,7 +5240,7 @@ enabled libgsm && { for gsm_hdr in "gsm.h" "gsm/gsm.h"; do
check_lib "${gsm_hdr}" gsm_create -lgsm && break;
done || die "ERROR: libgsm not found"; }
enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc
-enabled libkvazaar && require_pkg_config kvazaar kvazaar.h kvz_api_get
+enabled libkvazaar && require_pkg_config "kvazaar < 0.7.0" kvazaar kvazaar.h kvz_api_get
enabled libmfx && require_pkg_config libmfx "mfx/mfxvideo.h" MFXInit
enabled libmodplug && require_pkg_config libmodplug libmodplug/modplug.h ModPlug_Load
enabled libmp3lame && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame
More information about the ffmpeg-devel
mailing list