diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-13 21:33:24 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-13 21:33:24 +0000 |
commit | c07ed8c8a22c1427323dccb7722b2b094f95e728 (patch) | |
tree | 429fe6bdd3616d542e709792dfdcb6c7f86e3fdd /Makefile | |
parent | fdc1973e30b5ccafaa2443053fd65a35fdbd9d5a (diff) | |
download | ffmpeg-c07ed8c8a22c1427323dccb7722b2b094f95e728.tar.gz |
create and populate "tools" directory
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,10 +102,10 @@ version.h: output_example$(EXESUF): output_example.o .libs $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(EXTRALIBS) -qt-faststart$(EXESUF): qt-faststart.c +tools/qt-faststart$(EXESUF): qt-faststart.c $(CC) $(CFLAGS) $< -o $@ -cws2fws$(EXESUF): cws2fws.c +tools/cws2fws$(EXESUF): cws2fws.c $(CC) $(CFLAGS) $< -o $@ -lz ffplay.o: CFLAGS += $(SDL_CFLAGS) |