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.

26 lines
661B

  1. TOOLS = enum_options 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) -DFFMPEG_DEMUXER=$* -DIO_FLAT=0
  10. tools/target_dem_fuzzer.o: tools/target_dem_fuzzer.c
  11. $(COMPILE_C) -DIO_FLAT=1
  12. tools/target_io_dem_fuzzer.o: tools/target_dem_fuzzer.c
  13. $(COMPILE_C) -DIO_FLAT=0
  14. OUTDIRS += tools
  15. clean::
  16. $(RM) $(CLEANSUFFIXES:%=tools/%)
  17. -include $(wildcard tools/*.d)