summaryrefslogtreecommitdiff
path: root/third_party/aom/tools
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-10-17 05:59:08 -0500
committertrav90 <travawine@palemoon.org>2018-10-17 05:59:08 -0500
commit9fa6624569db3980469289b124d12ecba8b4fbee (patch)
treec4fdd5d1b09d08c0514f208246260fc87372cb56 /third_party/aom/tools
parent9f182a2351dc7f12ad7f43979665f7dc1ebd7ddb (diff)
downloaduxp-9fa6624569db3980469289b124d12ecba8b4fbee.tar.gz
Update aom to slightly newer commit ID
Diffstat (limited to 'third_party/aom/tools')
-rwxr-xr-xthird_party/aom/tools/build_inspector.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/tools/build_inspector.sh b/third_party/aom/tools/build_inspector.sh
index a67aa15f6c..f26ff1f64e 100755
--- a/third_party/aom/tools/build_inspector.sh
+++ b/third_party/aom/tools/build_inspector.sh
@@ -6,7 +6,7 @@ fi
echo 'Building JS Inspector'
if [ ! -d ".inspect" ]; then
mkdir .inspect
- cd .inspect && emconfigure ../../configure --disable-multithread --disable-runtime-cpu-detect --target=generic-gnu --enable-accounting --enable-inspection --enable-aom_highbitdepth --extra-cflags="-D_POSIX_SOURCE"
+ cd .inspect && emconfigure ../../configure --disable-multithread --disable-runtime-cpu-detect --target=generic-gnu --enable-accounting --disable-docs --disable-unit-tests --enable-inspection --enable-highbitdepth --extra-cflags="-D_POSIX_SOURCE"
fi
cd .inspect