[FFmpeg-devel] [PATCH] configure: Use pkg-config for libkvazaar.
Michael Niedermayer
michael at niedermayer.cc
Tue Aug 18 12:57:35 CEST 2015
On Tue, Aug 18, 2015 at 09:04:41AM +0300, Arttu Ylä-Outinen wrote:
> Signed-off-by: Arttu Ylä-Outinen <arttu.yla-outinen at tut.fi>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 55cc7fb..3fa37b7 100755
> --- a/configure
> +++ b/configure
> @@ -5226,7 +5226,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 && require2 libkvazaar kvazaar.h kvz_api_get -lkvazaar
> +enabled libkvazaar && require_pkg_config 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
applied
if you want a git write account, please send me your public ssh key
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
He who knows, does not speak. He who speaks, does not know. -- Lao Tsu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150818/35ebcc0c/attachment.sig>
More information about the ffmpeg-devel
mailing list