Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « tools - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49f55d2a9e42079afe9cd7344e3c4680fb21c305 (plain)
1
2
3
4
5
6
7
8
9
TOOLS = qt-faststart trasher uncoded_frame
TOOLS-$(CONFIG_ZLIB) += cws2fws

OBJDIRS += tools

clean::
	$(RM) $(CLEANSUFFIXES:%=tools/%)

-include $(wildcard tools/*.d)