Commit e1f83663 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

live555: use our compiler

(cherry picked from commit a6e2d066)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 40531e0e
......@@ -35,13 +35,12 @@ endif
ifdef HAVE_WINCE
cd live && sed -e 's/-lws2_32/-lws2/g' -i.orig config.mingw
endif
ifdef HAVE_MACOSX
cd live && sed -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -i.orig config.$(LIVE_TARGET)
cd live && sed -i.orig -e s/"libtool -s -o"/"ar cr"/g config.macosx*
endif
cd live && 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 live && sed -e 's%-D_FILE_OFFSET_BITS=64%-D_FILE_OFFSET_BITS=64\ -fPIC\ -DPIC%' -i.orig config.linux
mv live $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment