You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
451B

  1. TOOLS = qt-faststart trasher uncoded_frame
  2. TOOLS-$(CONFIG_LIBMYSOFA) += sofa2wavs
  3. TOOLS-$(CONFIG_ZLIB) += cws2fws
  4. tools/target_dec_%_fuzzer.o: tools/target_dec_fuzzer.c
  5. $(COMPILE_C) -DFFMPEG_DECODER=$*
  6. tools/target_bsf_%_fuzzer.o: tools/target_bsf_fuzzer.c
  7. $(COMPILE_C) -DFFMPEG_BSF=$*
  8. tools/target_dem_fuzzer.o: tools/target_dem_fuzzer.c
  9. $(COMPILE_C)
  10. OUTDIRS += tools
  11. clean::
  12. $(RM) $(CLEANSUFFIXES:%=tools/%)
  13. -include $(wildcard tools/*.d)