Commit 3acc68b4 authored by Måns Rullgård's avatar Måns Rullgård

fix out of tree builds

Originally committed as revision 6214 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5ce117c3
......@@ -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 $@ $<
......
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