Commit f89e1700 by andrewlewis Committed by Oliver Woodman

Remove --disable-vp10 from vp9 extension configuration.

The option was removed in
https://chromium.googlesource.com/webm/libvpx/+/67edc5e83be285004804c67c5348bbc81503a04d%5E%21/#F2.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128801977
parent 846f8e1d
......@@ -31,7 +31,7 @@ shift 1
# configuration parameters common to all architectures
common_params="--disable-examples --disable-docs --enable-realtime-only"
common_params+=" --disable-vp8 --disable-vp9-encoder --disable-webm-io"
common_params+=" --disable-vp10 --disable-libyuv --disable-runtime-cpu-detect"
common_params+=" --disable-libyuv --disable-runtime-cpu-detect"
# configuration parameters for various architectures
arch[0]="armeabi-v7a"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment