shithub: dav1d

Download patch

ref: f8e918a9f15c2971ab01b7cb511bb5f808c2b479
parent: a7bc6b8f2e9779ce46b61768b6dfaccc8eb7bbcb
author: Janne Grunau <janne-vlc@jannau.net>
date: Tue Oct 23 14:46:46 EDT 2018

fuzzer: add a standalone fuzzing engine 'none'

Replaces the boolean 'build_libfuzzer' meson option with 'fuzzing_engine'.
This allows reproducing fuzzing test cases on systems without libfuzzer.
Also prevents regressions in the fuzzing test target since it will be
build by default.