git.videolan.org
/
ffmpeg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: fix tools build dependencies
[ffmpeg.git]
/
tools
/
Makefile
1
TOOLS = qt-faststart trasher uncoded_frame
2
TOOLS-$(CONFIG_ZLIB) += cws2fws
3
4
OBJDIRS += tools
5
6
clean::
7
$(RM) $(CLEANSUFFIXES:%=tools/%)
8
9
-include $(wildcard tools/*.d)