summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-08-21 19:18:02 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-08-21 19:18:02 +0000
commit90cee0c351f43a37b626c08d8262eaa3237f4de9 (patch)
tree5ab975ec4c6ee3f731b830a072ffe9ad432c0349 /libavcodec
parentf8e891a97ca09cf2bb05e306d4997db3823c21aa (diff)
darwin patches by Heliodoro Tammaro <helio at interactives dot org>
Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@ $^