Add compilation rule for tools/pktdumper.
Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6878026ada
commit
d75dcfdceb
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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 $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue