From bd7284d36370129e55143ff6640074db5abf25a9 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Tue, 7 Apr 2020 10:56:32 +0300 Subject: [PATCH] Making scripts/libaom/build.sh build the vanilla version of the library (with both encoder and decoder enabled) --- scripts/libaom/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/libaom/build.sh b/scripts/libaom/build.sh index 723e3c2..75ff651 100755 --- a/scripts/libaom/build.sh +++ b/scripts/libaom/build.sh @@ -12,7 +12,6 @@ ${CMAKE_EXECUTABLE} .. \ -DCMAKE_TOOLCHAIN_FILE=${SCRIPTS_DIR}/libaom/android.cmake \ -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} \ -DCONFIG_PIC=1 \ - -DCONFIG_AV1_ENCODER=0 \ -DCONFIG_RUNTIME_CPU_DETECT=0 \ -DENABLE_TESTS=0 \ -DENABLE_DOCS=0 \