From 9c938e77e825b69346137a37f06a4859ab561e41 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Tue, 26 Nov 2002 05:01:36 +0000 Subject: More fixes to compile and build on more platforms. Originally committed as revision 1280 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 95fa31d..db78217 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ ffmpeg$(EXE): ffmpeg_g$(EXE) ffserver$(EXE): ffserver.o $(DEP_LIBS) $(CC) $(LDFLAGS) $(FFSLDFLAGS) \ -o $@ ffserver.o -L./libavcodec -L./libavformat \ - -lavformat -lavcodec -ldl $(EXTRALIBS) + -lavformat -lavcodec $(EXTRALIBS) ffplay: ffmpeg$(EXE) ln -sf $< $@ @@ -120,7 +120,7 @@ TAGS: # regression tests libavtest test mpeg4 mpeg: ffmpeg$(EXE) - make -C tests $@ + $(MAKE) -C tests $@ ifneq ($(wildcard .depend),) include .depend -- cgit v1.1