From ef0bc4c97f1ad704c0d6322775902c5d62adf546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 8 Mar 2002 09:09:57 +0000 Subject: =?UTF-8?q?*=20BeOS=20patch=20by=20Fran=C3=A7ois=20Revol=20=20=20=20fixing=20some=20compilation=20problems?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 319 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 a35c32a..dda8b16 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,10 @@ lib: $(MAKE) -C libav all ffmpeg$(EXE): ffmpeg.o libav/libav.a $(DEP_FFMPEG_LIB) - $(CC) $(LDFLAGS) -lm -o $@ $^ $(FFMPEG_LIB) + $(CC) $(LDFLAGS) $(EXTRALIBS) -o $@ $^ $(FFMPEG_LIB) ffserver$(EXE): ffserver.o libav/libav.a $(DEP_FFMPEG_LIB) - $(CC) $(LDFLAGS) -lm -o $@ $^ $(FFMPEG_LIB) + $(CC) $(LDFLAGS) $(EXTRALIBS) -o $@ $^ $(FFMPEG_LIB) ffplay: ffmpeg$(EXE) ln -sf $< $@ -- cgit v1.1