mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-04 04:05:00 +00:00
git-subtree-dir: submodules/ffmpeg git-subtree-mainline:8f5a4f7dc1git-subtree-split:53fc3dcb60
14 lines
297 B
Makefile
14 lines
297 B
Makefile
TOOLS = qt-faststart trasher uncoded_frame
|
|
TOOLS-$(CONFIG_LIBMYSOFA) += sofa2wavs
|
|
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)
|