[vlc-commits] contrib: live555: replace ar by our $(AR)
Olivier Gambier
git at videolan.org
Tue Jan 24 19:43:22 CET 2012
vlc | branch: master | Olivier Gambier <olivier at webitup.fr> | Tue Jan 24 18:15:33 2012 +0100| [2171af178491f01eeca2f7e5329d4e6cd3f78909] | committer: Rafaël Carré
contrib: live555: replace ar by our $(AR)
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2171af178491f01eeca2f7e5329d4e6cd3f78909
---
contrib/src/live555/rules.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index 80bb137..bc23cf1 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -32,7 +32,7 @@ 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)
cd live && sed -i.orig -e s/"libtool -s -o"/"ar cr"/g config.macosx*
cd live && sed \
-e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' \
More information about the vlc-commits
mailing list