summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-08 23:02:39 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-08 23:02:39 +0000
commit6da7cc818584fda94195859a7edbef20adc34790 (patch)
tree54cbef8396af2c516ad87b1e9a9c1428704a1aba /Makefile
parente36f0f03cc6ec103c236ef2199039f054a1e13fc (diff)
Add compilation rule for tools/trasher.
Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73c564244d..7a5efccd87 100644
--- 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