mirror of https://github.com/google/oss-fuzz.git
libvpx,build.sh: enable vp9 high-bitdepth (#3775)
This adds coverage for 10/12-bit paths.
This commit is contained in:
parent
c20f507e57
commit
ffa0ab1432
|
@ -31,6 +31,7 @@ else
|
|||
fi
|
||||
|
||||
LDFLAGS="$CXXFLAGS" LD=$CXX $SRC/libvpx/configure \
|
||||
--enable-vp9-highbitdepth \
|
||||
--disable-unit-tests \
|
||||
--disable-examples \
|
||||
--size-limit=12288x12288 \
|
||||
|
|
Loading…
Reference in New Issue