From d75dcfdcebbb166805fb9ac8f2d622c82fc9141a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 14 Jan 2008 22:23:53 +0000 Subject: Add compilation rule for tools/pktdumper. Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a5efccd87..747bdd5256 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,9 @@ version.h: output_example$(EXESUF): output_example.o .libs $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(EXTRALIBS) +tools/pktdumper$(EXESUF): tools/pktdumper.c + $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(EXTRALIBS) + tools/qt-faststart$(EXESUF): tools/qt-faststart.c $(CC) $(CFLAGS) $< -o $@ -- cgit v1.2.1