[vlc-commits] contrib: live555: use correct AR on iOS and macOS
Alexandre Janniaux
git at videolan.org
Sun May 3 01:05:23 CEST 2020
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Wed Apr 29 20:14:53 2020 +0200| [90a3b827484452aa0766e0f496e259c5838f5f43] | committer: Alexandre Janniaux
contrib: live555: use correct AR on iOS and macOS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90a3b827484452aa0766e0f496e259c5838f5f43
---
contrib/src/live555/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index 4f9b70d452..6739f747a3 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -87,7 +87,7 @@ ifdef HAVE_ANDROID
# Don't use unavailable off64_t functions
$(APPLY) $(SRC)/live555/file-offset-bits-64.patch
endif
-
+ cd $(UNPACK_DIR) && sed -i.orig "s,LIBRARY_LINK =.*,LIBRARY_LINK = $(AR) cr ,g" config.macosx
mv live.$(LIVE555_VERSION) $@ && touch $@
SUBDIRS=groupsock liveMedia UsageEnvironment BasicUsageEnvironment
More information about the vlc-commits
mailing list