summaryrefslogtreecommitdiff
path: root/build/make/configure.sh
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2018-03-20 17:06:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-20 17:06:18 +0000
commit8b263798d0ac04a7858fb1e52de80ca2bf09ece2 (patch)
treed0cc7e220f354107c69860064926f7b0d7629645 /build/make/configure.sh
parentc5630b9e6c9221f4edebf2a2b1943bdd3047c53e (diff)
parentfc1302cd8b590b8e7e5365476f485c15d40dd287 (diff)
downloadlibvpx-8b263798d0ac04a7858fb1e52de80ca2bf09ece2.tar
libvpx-8b263798d0ac04a7858fb1e52de80ca2bf09ece2.tar.gz
libvpx-8b263798d0ac04a7858fb1e52de80ca2bf09ece2.tar.bz2
libvpx-8b263798d0ac04a7858fb1e52de80ca2bf09ece2.zip
Merge "x86 android: default on realtime-only"
Diffstat (limited to 'build/make/configure.sh')
-rw-r--r--build/make/configure.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 20a38e814..3be9d8c71 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1210,6 +1210,9 @@ EOF
;;
x86*)
case ${tgt_os} in
+ android)
+ soft_enable realtime_only
+ ;;
win*)
enabled gcc && add_cflags -fno-common
;;