Commit 9503be4f authored by mru's avatar mru

create and populate "tools" directory


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9634 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0c2e7ef1
......@@ -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)
......
......@@ -1994,6 +1994,7 @@ if enabled source_path_used; then
libavutil \
libswscale \
tests \
tools \
vhook \
"
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