Skip to content
Snippets Groups Projects
Commit 297f08e9 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

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

This reverts commit 26c7dab9.
It appears to break the build on some platforms & causes runtime issues
on some devices
parent e02aab5d
No related branches found
No related tags found
No related merge requests found
......@@ -410,6 +410,7 @@ 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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment