Updated android build configuration

Use FFMPEG instead of OpenH264 for newer NDK compatibility
This commit is contained in:
akallabeth
2022-01-13 08:23:44 +01:00
committed by akallabeth
parent 4418c6e1c8
commit 70a689787d
4 changed files with 13 additions and 6 deletions

View File

@@ -10,16 +10,17 @@
# create seperate configurations for each NDK API level
# and architecture you want to support.
WITH_JPEG=0
WITH_FFMPEG=0
WITH_OPENH264=1
WITH_OPENH264=0
WITH_OPENSSL=1
WITH_FFMPEG=1
BUILD_DEPS=1
DEPS_ONLY=0
NDK_TARGET=21
JPEG_TAG=master
OPENH264_TAG=v1.8.0 # NOTE: NDK r15c or earlier needed in --openh624-ndk for v1.8.0
OPENSSL_TAG=OpenSSL_1_1_1h
OPENSSL_TAG=OpenSSL_1_1_1m
FFMPEG_TAG=n4.4.1
SRC_DIR=$SCRIPT_PATH/..
BUILD_DST=$SCRIPT_PATH/../client/Android/Studio/freeRDPCore/src/main/jniLibs