From dc75101660691507849b8fbb97a3347ab245af8e Mon Sep 17 00:00:00 2001 From: alexcohn Date: Sat, 16 May 2020 01:37:37 +0300 Subject: [PATCH] with NDK r20 and higher, openh264.a does not depend on libc++ --- build/android-openh264.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/android-openh264.sh b/build/android-openh264.sh index 85948282f..8bf3c68ba 100755 --- a/build/android-openh264.sh +++ b/build/android-openh264.sh @@ -64,6 +64,7 @@ CFLAGS="$CFLAGS" \ CXX="$CXX" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="$LDFLAGS" \ +STATIC_LDFLAGS="" \ OS=android \ PREFIX="${BASEDIR}/prebuilt/android-$(get_target_build)/${LIB_NAME}" \ NDKLEVEL="${API}" \