Browse Source

Add alltools target to build all the tools/ stuff.

Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
9bce82fa00
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      Makefile

+ 3
- 1
Makefile View File

@@ -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…
Cancel
Save