On Fri, Nov 11, 2016 at 8:45 AM, Diego Biurrun <di...@biurrun.de> wrote:
> The version is not checked for and multiple words in the name parameter
> of require() calls can cause side effects down the call chain.
> ---
>  configure | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index a9fd72b..a0b9dd3 100755
> --- a/configure
> +++ b/configure
> @@ -4631,9 +4631,9 @@ enabled libgsm            && { for gsm_hdr in "gsm.h" 
> "gsm/gsm.h"; do
>                                 done || die "ERROR: libgsm not found"; }
>  enabled libhdcd           && require_pkg_config libhdcd "hdcd/hdcd_simple.h" 
> hdcd_new
>  enabled libilbc           && require libilbc ilbc.h WebRtcIlbcfix_InitDecode 
> -lilbc
> -enabled libkvazaar        && require_pkg_config "kvazaar >= 0.8.1" kvazaar.h 
> kvz_api_get
> +enabled libkvazaar        && require_pkg_config kvazaar kvazaar.h kvz_api_get

libkvazaar does not compile with previous versions though, how can one
make sure of that?
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to