[Android] compile-libvlc.sh: Remove explicit linking to c++abi & libunwind

Hugo Beauzée-Luyssen git at videolan.org
Fri Apr 21 15:16:26 CEST 2017


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Apr 20 13:35:30 2017 +0200| [26c7dab9183682307252806f336d6c7895c1b3cb] | committer: Hugo Beauzée-Luyssen

compile-libvlc.sh: Remove explicit linking to c++abi & libunwind

> https://code.videolan.org/videolan/vlc-android/commit/26c7dab9183682307252806f336d6c7895c1b3cb
---

 compile-libvlc.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index cd7d3c1..c892ca0 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -410,7 +410,6 @@ if [ "${ANDROID_ABI}" = "armeabi-v7a" ];then
     NDK_LIB_UNWIND="-lunwind"
 fi
 
-EXTRA_LDFLAGS="${EXTRA_LDFLAGS} -L${NDK_LIB_DIR} -lc++abi ${NDK_LIB_UNWIND}"
 VLC_LDFLAGS="${EXTRA_LDFLAGS}"
 
 # Release or not?



More information about the Android mailing list