Disabled OpenH264 in default android build.

This commit is contained in:
Armin Novak 2017-01-18 16:52:52 +01:00
parent 5be65ac76e
commit 676871e0fd
3 changed files with 3 additions and 3 deletions

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

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

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