Commit 6da7cc81 authored by Diego Biurrun's avatar Diego Biurrun

Add compilation rule for tools/trasher.

Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e36f0f03
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment