[FFmpeg-cvslog] configure: Require libkvazaar < 0.7.
Carl Eugen Hoyos
git at videolan.org
Wed Oct 14 14:16:57 CEST 2015
ffmpeg | branch: release/2.8 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Oct 14 14:15:30 2015 +0200| [c2db8ebc083e5fa35def204321a225960beede84] | committer: Carl Eugen Hoyos
configure: Require libkvazaar < 0.7.
Fixes ticket #4925.
Reviewed-by: Arttu Ylä-Outinen
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2db8ebc083e5fa35def204321a225960beede84
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index b661157..7f9fed3 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.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-cvslog
mailing list