[vlc-devel] [PATCH] contrib/live555: use our compiler

Rafaël Carré funman at videolan.org
Tue Jan 24 19:43:59 CET 2012


Le 2012-01-24 12:24, Olivier Gambier a écrit :
> 
> From b6831896b5019f7cb6c46da07d1e48a4f82b5b87 Mon Sep 17 00:00:00 2001
> From: Olivier Gambier <olivier at webitup.fr>
> Date: Tue, 24 Jan 2012 18:15:33 +0100
> Subject: [PATCH] Fix double cc replacement and add ar replacement
> 
> ---
>  contrib/src/live555/rules.mak |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
> index be0c2b2..bc23cf1 100644
> --- a/contrib/src/live555/rules.mak
> +++ b/contrib/src/live555/rules.mak
> @@ -32,11 +32,10 @@ live555: $(LIVE555_FILE) .sum-live555
>  ifdef HAVE_WINCE
>  	cd live && sed -e 's/-lws2_32/-lws2/g' -i.orig config.mingw
>  endif
> -	cd live && sed -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -i.orig config.$(LIVE_TARGET)
> +	cd live && sed -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -e 's%ar%$(AR)%' -i.orig config.$(LIVE_TARGET)

Applied this part to vlc.git with a reworded commit log, thanks!



More information about the vlc-devel mailing list