[vlc-devel] [PATCH 3/5] contrib: live555: remove Solaris configuration change
Sean McGovern
gseanmcg at gmail.com
Tue Feb 6 09:49:02 CET 2018
It has been merged upstream.
---
contrib/src/live555/rules.mak | 2 --
1 file changed, 2 deletions(-)
diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index db18c2f..59fa145 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -59,8 +59,6 @@ live555: $(LIVE555_FILE) .sum-live555
-e 's%^\(COMPILE_OPTS.*\)$$%\1 '"$(LIVE_EXTRA_CFLAGS)%" config.*
# We want 64bits offsets and PIC on Linux
cd live && sed -e 's%-D_FILE_OFFSET_BITS=64%-D_FILE_OFFSET_BITS=64\ -fPIC\ -DPIC%' -i.orig config.linux
- # Disable Locale for Solaris
- cd live && sed -e 's%-DSOLARIS%-DSOLARIS -DXLOCALE_NOT_USED%' -i.orig config.solaris-*bit
ifdef HAVE_ANDROID
# Disable locale on Android too
cd live && sed -e 's%-DPIC%-DPIC -DNO_SSTREAM=1 -DLOCALE_NOT_USED -I$(ANDROID_NDK)/platforms/$(ANDROID_API)/arch-$(PLATFORM_SHORT_ARCH)/usr/include%' -i.orig config.linux
--
2.7.4
More information about the vlc-devel
mailing list