1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

create and populate "tools" directory

Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-07-13 21:33:24 +00:00
parent fdc1973e30
commit c07ed8c8a2
8 changed files with 3 additions and 2 deletions

View File

@ -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)

1
configure vendored
View File

@ -1994,6 +1994,7 @@ if enabled source_path_used; then
libavutil \ libavutil \
libswscale \ libswscale \
tests \ tests \
tools \
vhook \ vhook \
" "
FILES="\ FILES="\