summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2019-05-27 21:50:08 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-05-31 22:44:30 +0200
commit710b7ec0713307a6d26d0ca7fad1369a75a01edb (patch)
tree3d7a6893ea51427dc0b969b0a3da9cd10faca851 /tools/Makefile
parentd1b4ea2f61754ed3ba524520e53024a8ca34feae (diff)
tools: Add fuzzer for demuxers
This is based on target_dec_fuzzer Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index b347caf82a..370ee35416 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -5,6 +5,9 @@ TOOLS-$(CONFIG_ZLIB) += cws2fws
tools/target_dec_%_fuzzer.o: tools/target_dec_fuzzer.c
$(COMPILE_C) -DFFMPEG_DECODER=$*
+tools/target_dem_fuzzer.o: tools/target_dem_fuzzer.c
+ $(COMPILE_C)
+
OUTDIRS += tools
clean::