提交 c07ed8c8 编写于 作者: M Måns Rullgård

create and populate "tools" directory

Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 fdc1973e
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册