On Tue, Apr 05, 2011 at 10:30:42PM +0200, Clément Bœsch wrote:
> 
> Sorry for the noise, Janne just bump me on IRC about the ${VAR-default}
> format, so patch updated.
> 
> --- a/configure
> +++ b/configure
> @@ -1597,9 +1597,9 @@ shlibdir_default="$libdir_default"
>  
>  # toolchain
>  ar_default="ar"
> -cc_default="gcc"
> +cc_default="${CC-gcc}"
>  cc_version=\"unknown\"
> -host_cc_default="gcc"
> +host_cc_default="${HOSTCC-gcc}"

OK

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to