From 3acc68b4ff37af598de4d55fbe8d63adc49023e7 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 9 Sep 2006 17:28:53 +0000 Subject: fix out of tree builds Originally committed as revision 6214 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ce3b2a044..bf837520b2 100644 --- a/Makefile +++ b/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 $@ $< -- cgit v1.2.3