mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 04:09:57 +00:00
5dba808064
* commit '3e105d08848162b90d886bde59c010d4b0362a4b': build: Move entries related to building TOOLS to a subdirectory Makefile Merged-by: James Almer <jamrial@gmail.com>
14 lines
308 B
Makefile
14 lines
308 B
Makefile
TOOLS = qt-faststart trasher uncoded_frame
|
|
TOOLS-$(CONFIG_ZLIB) += cws2fws
|
|
|
|
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
|
|
tools/uncoded_frame$(EXESUF): $(FF_DEP_LIBS)
|
|
tools/uncoded_frame$(EXESUF): ELIBS = $(FF_EXTRALIBS)
|
|
|
|
OBJDIRS += tools
|
|
|
|
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
|
|
|
-include $(wildcard tools/*.d)
|