summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/target_dec_fuzzer.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c
index 26a4cc2..a0e8943 100644
--- a/tools/target_dec_fuzzer.c
+++ b/tools/target_dec_fuzzer.c
@@ -56,10 +56,7 @@
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
-AVCodec * codec_list[] = {
- NULL,
- NULL
-};
+extern AVCodec * codec_list[];
static void error(const char *err)
{
OpenPOWER on IntegriCloud