mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
fix out of tree builds
Originally committed as revision 6214 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5ce117c37c
commit
3acc68b4ff
4
Makefile
4
Makefile
@ -100,10 +100,10 @@ output_example$(EXESUF): output_example.o .libs
|
||||
$(CC) $(LDFLAGS) -o $@ output_example.o $(EXTRALIBS)
|
||||
|
||||
qt-faststart$(EXESUF): qt-faststart.c
|
||||
$(CC) $(CFLAGS) $(SRC_PATH)/$< -o $@
|
||||
$(CC) $(CFLAGS) $< -o $@
|
||||
|
||||
cws2fws$(EXESUF): cws2fws.c
|
||||
$(CC) $(SRC_PATH)/$< -o $@ -lz
|
||||
$(CC) $< -o $@ -lz
|
||||
|
||||
ffplay.o: ffplay.c
|
||||
$(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user