libavif: go back to using dav1d.cmd to build dav1d (#7454)

It is no longer necessary to use dav1d_oss_fuzz.sh.
This commit is contained in:
Wan-Teh Chang 2022-03-24 16:24:15 -07:00 committed by GitHub
parent acd32966b9
commit b016b8f3fe
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_oss_fuzz.sh && cd ..
cd ext && bash dav1d.cmd && cd ..
# build libavif
mkdir build