summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArpi <arpi@thot.banki.hu>2002-05-03 18:46:55 +0000
committerArpi <arpi@thot.banki.hu>2002-05-03 18:46:55 +0000
commit0f9400b4fbcb374338892c6a6cf5df44a0022729 (patch)
tree0e9e3b3eebf05ccc1f5098c9906f40accc1fa9a0
parent1e209222f579a874c2c295254ff6138e55c2006b (diff)
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear
Originally committed as revision 437 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 82cc9ede2b..ff36708aef 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -71,7 +71,7 @@ tests: apiexample cpuid_test $(TESTS)
$(LIB): $(OBJS) $(ASM_OBJS)
rm -f $@
- $(AR) rcs $@ $(OBJS) $(ASM_OBJS)
+ $(AR) rc $@ $(OBJS) $(ASM_OBJS)
$(SLIB): $(OBJS) $(ASM_OBJS)
rm -f $@