projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e36f0f0
)
Add compilation rule for tools/trasher.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Jan 2008 23:02:39 +0000
(23:02 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Jan 2008 23:02:39 +0000
(23:02 +0000)
Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
73c5642
..
7a5efcc
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-113,6
+113,9
@@
tools/qt-faststart$(EXESUF): tools/qt-faststart.c
tools/cws2fws$(EXESUF): tools/cws2fws.c
$(CC) $(CFLAGS) $< -o $@ -lz
+tools/trasher$(EXESUF): tools/trasher.c
+ $(CC) $(CFLAGS) $< -o $@
+
ffplay.o: CFLAGS += $(SDL_CFLAGS)
ffmpeg.o ffplay.o ffserver.o: version.h