summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2019-06-20 10:43:09 -0700
committerJohann <johannkoenig@google.com>2019-06-20 10:43:09 -0700
commit7d9288f5f86e1b0a03ae5a555dc034e7055845ca (patch)
tree56299370539262220b46f9720bea5d487ec86760 /build
parentc94dea71eda6f6f753444f67f9604d6dc778d3c8 (diff)
downloadlibvpx-7d9288f5f86e1b0a03ae5a555dc034e7055845ca.tar.gz
vsx: disable on all builds
The previous change to disable some vsx functions did not clear the test failures. Disable vsx by default until it is investigated and fixed. BUG=webm:1522 Change-Id: I8ba2e7261ea3eee5022832da7e4a22bf8daa0996
Diffstat (limited to 'build')
-rw-r--r--build/make/configure.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 4a874f151..472e7dea7 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1239,9 +1239,8 @@ EOF
ppc64le*)
link_with_cc=gcc
setup_gnu_toolchain
- # Only enable vsx optimizations when vp9_highbitdepth is not enabled.
- # https://bugs.chromium.org/p/webm/issues/detail?id=1538
- enabled vp9_highbitdepth || check_gcc_machine_option "vsx"
+ # Do not enable vsx by default.
+ # https://bugs.chromium.org/p/webm/issues/detail?id=1522
enabled vsx || RTCD_OPTIONS="${RTCD_OPTIONS}--disable-vsx "
if [ -n "${tune_cpu}" ]; then
case ${tune_cpu} in