mirror of https://git.ffmpeg.org/ffmpeg.git
Add alltools target to build all the tools/ stuff.
Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
766a4a99e2
commit
9bce82fa00
4
Makefile
4
Makefile
|
@ -75,6 +75,8 @@ tools/%$(EXESUF): tools/%.c
|
|||
|
||||
ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
|
||||
|
||||
alltools: $(addsuffix $(EXESUF),$(addprefix tools/, cws2fws pktdumper qt-faststart trasher))
|
||||
|
||||
VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS))
|
||||
|
||||
BASEHOOKS = fish null watermark
|
||||
|
@ -329,6 +331,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
|
|||
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
|
||||
|
||||
|
||||
.PHONY: lib videohook documentation *test regtest-* swscale-error
|
||||
.PHONY: lib videohook documentation *test regtest-* swscale-error alltools
|
||||
|
||||
-include $(VHOOK_DEPS)
|
||||
|
|
Loading…
Reference in New Issue