mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 15:10:56 +00:00

git-subtree-dir: submodules/ffmpeg git-subtree-mainline: 8f5a4f7dc119599d326c72d9a6115973e825491b git-subtree-split: 53fc3dcb6022f35015afd2605ead32bfd7417144
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)
|