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

Jean-Baptiste Kempf jb at videolan.org
Sat Jan 21 15:56:28 CET 2012


On Fri, Jan 20, 2012 at 06:40:57PM -0500, Rafaël Carré wrote :
>  contrib/src/live555/rules.mak |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
> index d90c9b7..b5daf18 100644
> --- a/contrib/src/live555/rules.mak
> +++ b/contrib/src/live555/rules.mak
> @@ -42,10 +42,10 @@ endif
>  ifdef HAVE_MACOSX
>  	cd $< && sed -i.orig -e s/"libtool -s -o"/"ar cr"/g config.macosx*
>  endif
> +	cd $< && sed -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -i.orig config.$(LIVE_TARGET)
>  	cd $< && sed \
>  		-e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' \
> -		-e 's%cc%$(CC)%' \
> -		-e 's%c++%$(CXX)\ $(EXTRA_LDFLAGS)%' \
> +		-e 's%$(CXX)%$(CXX)\ $(EXTRA_LDFLAGS)%' \
>  		-i.orig config.macosx
>  	cd $< && sed -e 's%-D_FILE_OFFSET_BITS=64%-D_FILE_OFFSET_BITS=64\ -fPIC\ -DPIC%' -i.orig config.linux
>  	cd $< && ./genMakefiles $(LIVE_TARGET)

I like it better, indeed.

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list