libvpx,build.sh: enable vp9 high-bitdepth (#3775)

This adds coverage for 10/12-bit paths.
This commit is contained in:
James Zern 2020-05-07 20:08:59 -07:00 committed by GitHub
parent c20f507e57
commit ffa0ab1432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ else
fi
LDFLAGS="$CXXFLAGS" LD=$CXX $SRC/libvpx/configure \
--enable-vp9-highbitdepth \
--disable-unit-tests \
--disable-examples \
--size-limit=12288x12288 \