Commit 550a9c54 authored by Michael Niedermayer's avatar Michael Niedermayer

tools/target_dec_fuzzer: Remove FuzzerInterface.h dependancy

The header is not always available in the docker build environment

Suggested-by: Kostya Serebryany
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 177608aa
......@@ -54,7 +54,7 @@
#include "libavcodec/bytestream.h"
#include "libavformat/avformat.h"
#include <FuzzerInterface.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
static void error(const char *err)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment