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:
parent
fdc1973e30
commit
c07ed8c8a2
4
Makefile
4
Makefile
@ -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
1
configure
vendored
@ -1994,6 +1994,7 @@ if enabled source_path_used; then
|
|||||||
libavutil \
|
libavutil \
|
||||||
libswscale \
|
libswscale \
|
||||||
tests \
|
tests \
|
||||||
|
tools \
|
||||||
vhook \
|
vhook \
|
||||||
"
|
"
|
||||||
FILES="\
|
FILES="\
|
||||||
|
Loading…
Reference in New Issue
Block a user