libavif: run dav1d_oss_fuzz.sh to build dav1d (#6494)

Run dav1d_oss_fuzz.sh instead of dav1d.cmd to build dav1d.
dav1d_oss_fuzz.sh is a copy of dav1d.cmd, with the only difference being
that it applies a patch to the dav1d source tree to work around a bug in
Meson's symbols_have_underscore_prefix() function when oss-fuzz
specifies -fprofile-instr-generate in CFLAGS in the coverage build.

Part 2 of the fix for https://crbug.com/oss-fuzz/38512.
This commit is contained in:
Wan-Teh Chang 2021-09-21 01:41:40 -07:00 committed by GitHub
parent 77d6eb33bc
commit c2f87faec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
################################################################################
# build dav1d
cd ext && bash dav1d.cmd && cd ..
cd ext && bash dav1d_oss_fuzz.sh && cd ..
# build libavif
mkdir build