Commit c07ed8c8 authored by Måns Rullgård's avatar Måns Rullgård

create and populate "tools" directory

Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fdc1973e
...@@ -102,10 +102,10 @@ version.h: ...@@ -102,10 +102,10 @@ version.h:
output_example$(EXESUF): output_example.o .libs output_example$(EXESUF): output_example.o .libs
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(EXTRALIBS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(EXTRALIBS)
qt-faststart$(EXESUF): qt-faststart.c tools/qt-faststart$(EXESUF): qt-faststart.c
$(CC) $(CFLAGS) $< -o $@ $(CC) $(CFLAGS) $< -o $@
cws2fws$(EXESUF): cws2fws.c tools/cws2fws$(EXESUF): cws2fws.c
$(CC) $(CFLAGS) $< -o $@ -lz $(CC) $(CFLAGS) $< -o $@ -lz
ffplay.o: CFLAGS += $(SDL_CFLAGS) ffplay.o: CFLAGS += $(SDL_CFLAGS)
......
...@@ -1994,6 +1994,7 @@ if enabled source_path_used; then ...@@ -1994,6 +1994,7 @@ if enabled source_path_used; then
libavutil \ libavutil \
libswscale \ libswscale \
tests \ tests \
tools \
vhook \ vhook \
" "
FILES="\ FILES="\
......
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