Browse Source

Add compilation rule for tools/pktdumper.

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

+ 3
- 0
Makefile View File

@@ -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 $@



Loading…
Cancel
Save