On Fri, Dec 2, 2016 at 7:11 AM, Luca Barbato <lu_z...@gentoo.org> wrote:
> Be explicit about which options should be set.
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 0905e06..ac66aaa 100755
> --- a/configure
> +++ b/configure
> @@ -3038,7 +3038,7 @@ test -n "$cross_prefix" && enable cross_compile
>
>  if enabled cross_compile; then
>      test -n "$arch" && test -n "$target_os" ||
> -        die "Must specify target arch and OS when cross-compiling"
> +        die "Must specify target arch (--arch) and OS (--target-os) when 
> cross-compiling"
>  fi
>
>  ar_default="${cross_prefix}${ar_default}"
> --

sure
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to