summaryrefslogtreecommitdiff
path: root/tools/Makefile
blob: 3ebd3619ca3aeb16e9d66bb53e7fd4decb2f8545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TOOLS = qt-faststart trasher uncoded_frame
TOOLS-$(CONFIG_ZLIB) += cws2fws

tools/target_dec_%_fuzzer.o: tools/target_dec_fuzzer.c
	$(COMPILE_C) -DFFMPEG_DECODER=$*

OBJDIRS += tools

clean::
	$(RM) $(CLEANSUFFIXES:%=tools/%)

-include $(wildcard tools/*.d)