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

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

tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)

OBJDIRS += tools

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

-include $(wildcard tools/*.d)