mirror of https://github.com/FFmpeg/FFmpeg.git
parent
4104cc5622
commit
3e105d0884
2 changed files with 12 additions and 7 deletions
@ -0,0 +1,11 @@ |
||||
TOOLS = qt-faststart trasher
|
||||
TOOLS-$(CONFIG_ZLIB) += cws2fws
|
||||
|
||||
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB) |
||||
|
||||
OBJDIRS += tools
|
||||
|
||||
clean:: |
||||
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
||||
|
||||
-include $(wildcard tools/*.d) |
Loading…
Reference in new issue