From a4207919e661e5607e624f81cc81773ee02ffb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Novomesk=C3=BD?= <52529860+novomesk@users.noreply.github.com> Date: Tue, 15 Dec 2020 17:49:23 +0100 Subject: Add AVIF format to kimageformats project (#4850) * Add AVIF format to kimageformats project * Update build.sh Include license Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> --- projects/kimageformats/kimgio_fuzzer.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'projects/kimageformats/kimgio_fuzzer.cc') diff --git a/projects/kimageformats/kimgio_fuzzer.cc b/projects/kimageformats/kimgio_fuzzer.cc index 7a17076c8..4fe579d0b 100644 --- a/projects/kimageformats/kimgio_fuzzer.cc +++ b/projects/kimageformats/kimgio_fuzzer.cc @@ -20,7 +20,7 @@ Usage: python infra/helper.py build_image kimageformats python infra/helper.py build_fuzzers --sanitizer undefined|address|memory kimageformats - python infra/helper.py run_fuzzer kimageformats kimgio_[kra|ora|pcx|pic|psd|ras|rgb|tga|xcf]_fuzzer + python infra/helper.py run_fuzzer kimageformats kimgio_[avif|kra|ora|pcx|pic|psd|ras|rgb|tga|xcf]_fuzzer */ @@ -28,6 +28,7 @@ #include #include +#include "avif_p.h" #include "kra.h" #include "ora.h" #include "pcx_p.h" -- cgit v1.2.3