with NDK r20 and higher, openh264.a does not depend on libc++

This commit is contained in:
alexcohn
2020-05-16 01:37:37 +03:00
parent b20a66521f
commit dc75101660
+1
View File
@@ -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}" \