diff options
author | trav90 <travawine@palemoon.org> | 2018-10-17 05:59:08 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-10-17 05:59:08 -0500 |
commit | 9fa6624569db3980469289b124d12ecba8b4fbee (patch) | |
tree | c4fdd5d1b09d08c0514f208246260fc87372cb56 /third_party/aom/tools | |
parent | 9f182a2351dc7f12ad7f43979665f7dc1ebd7ddb (diff) | |
download | uxp-9fa6624569db3980469289b124d12ecba8b4fbee.tar.gz |
Update aom to slightly newer commit ID
Diffstat (limited to 'third_party/aom/tools')
-rwxr-xr-x | third_party/aom/tools/build_inspector.sh | 2 |
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 |