[vlc-commits] contrib: live555: replace ar by our $(AR)

Olivier Gambier git at videolan.org
Wed Jan 25 00:01:32 CET 2012


vlc/vlc-1.2 | branch: master | Olivier Gambier <olivier at webitup.fr> | Tue Jan 24 18:15:33 2012 +0100| [76bda07d81b3f43ae30738d0dc3ae19bf6eb999a] | committer: Jean-Baptiste Kempf

contrib: live555: replace ar by our $(AR)

Signed-off-by: Rafaël Carré <funman at videolan.org>
(cherry picked from commit 2171af178491f01eeca2f7e5329d4e6cd3f78909)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=76bda07d81b3f43ae30738d0dc3ae19bf6eb999a
---

 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