mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +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)
|
|
|
|
OBJDIRS += tools
|
|
|
|
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
|
|
|
-include $(wildcard tools/*.d)
|