mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
11 lines
195 B
Makefile
11 lines
195 B
Makefile
TOOLS = qt-faststart trasher
|
|
TOOLS-$(CONFIG_ZLIB) += cws2fws
|
|
|
|
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
|
|
|
|
OUTDIRS += tools
|
|
|
|
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
|
|
|
-include $(wildcard tools/*.d)
|