projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6878026
)
Add compilation rule for tools/pktdumper.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 14 Jan 2008 22:23:53 +0000
(22:23 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 14 Jan 2008 22:23:53 +0000
(22:23 +0000)
Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
7a5efcc
..
747bdd5
100644
(file)
--- 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 $@