From: Johann Date: Mon, 12 Mar 2018 22:20:28 +0000 (-0700) Subject: x86 android: default on realtime-only X-Git-Tag: v1.8.0~789^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc1302cd8b590b8e7e5365476f485c15d40dd287;p=platform%2Fupstream%2Flibvpx.git x86 android: default on realtime-only Like the arm-based target, set realtime-only on by default. BUG=webm:873 Change-Id: I2e04cfc43390953435e985716a25f32b8d4fadda --- diff --git a/build/make/configure.sh b/build/make/configure.sh index d7e40b8..0a6f504 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -1202,6 +1202,9 @@ EOF ;; x86*) case ${tgt_os} in + android) + soft_enable realtime_only + ;; win*) enabled gcc && add_cflags -fno-common ;;