mirror of https://github.com/google/oss-fuzz.git
libheif: ensure libaom can be found (#5706)
This commit is contained in:
parent
aba8d0d871
commit
f82cc8dc29
|
@ -74,7 +74,8 @@ PKG_CONFIG="pkg-config --static" PKG_CONFIG_PATH="$DEPS_PATH/lib/pkgconfig" ./co
|
|||
--enable-static \
|
||||
--disable-examples \
|
||||
--disable-go \
|
||||
--enable-libfuzzer="$LIB_FUZZING_ENGINE"
|
||||
--enable-libfuzzer="$LIB_FUZZING_ENGINE" \
|
||||
CPPFLAGS="-I$DEPS_PATH/include"
|
||||
make clean
|
||||
make -j$(nproc)
|
||||
|
||||
|
|
Loading…
Reference in New Issue