Disable building OpenH264 in Andriod CI builds

This commit is contained in:
Christian Plattner 2020-11-20 13:28:16 +01:00 committed by akallabeth
parent aad64eeb86
commit 95315816d9

View File

@ -10,7 +10,7 @@
# create seperate configurations for each NDK API level
# and architecture you want to support.
WITH_JPEG=0
WITH_OPENH264=1
WITH_OPENH264=0
WITH_OPENSSL=1
BUILD_DEPS=1
DEPS_ONLY=0