From 90cee0c351f43a37b626c08d8262eaa3237f4de9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 21 Aug 2002 19:18:02 +0000 Subject: darwin patches by Heliodoro Tammaro Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 05072caecb..dc56f58425 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -82,7 +82,7 @@ tests: apiexample cpuid_test $(TESTS) $(LIB): $(OBJS) rm -f $@ - $(AR) rc $@ $(OBJS) + $(AR) rcs $@ $(OBJS) $(SLIB): $(OBJS) $(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) @@ -127,7 +127,7 @@ imgresample-test: imgresample.c dct-test: dct-test.o jfdctfst.o i386/fdct_mmx.o \ fdctref.o jrevdct.o i386/idct_mmx.o - $(CC) -o $@ $^ + $(CC) -o $@ $^ -lm motion-test: motion_test.o $(LIB) $(CC) -o $@ $^ -- cgit v1.2.3