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.

14 lines
297B

  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. OBJDIRS += tools
  7. clean::
  8. $(RM) $(CLEANSUFFIXES:%=tools/%)
  9. -include $(wildcard tools/*.d)