[FFmpeg-cvslog] tools/target_dec_fuzzer: Remove FuzzerInterface.h dependancy

Michael Niedermayer git at videolan.org
Tue Apr 25 04:14:29 EEST 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Apr 25 03:08:27 2017 +0200| [550a9c547ec4139ecdfa5889916edb2732bc61c1] | committer: 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: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=550a9c547ec4139ecdfa5889916edb2732bc61c1
---

 tools/target_dec_fuzzer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c
index 5e6ed169d1..dc72fd8b5d 100644
--- a/tools/target_dec_fuzzer.c
+++ b/tools/target_dec_fuzzer.c
@@ -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)
 {



More information about the ffmpeg-cvslog mailing list