summaryrefslogtreecommitdiff
path: root/build/make/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/make/configure.sh')
-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