[SCM] libav/experimental: Add alltools target to build all the tools/ stuff.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:30:38 UTC 2013


The following commit has been merged in the experimental branch:
commit 9bce82fa00271920cc2497989834dd35301e4580
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Sep 27 05:01:57 2008 +0000

    Add alltools target to build all the tools/ stuff.
    
    Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index f8caf77..0b1d2da 100644
--- a/Makefile
+++ b/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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list