From 0f9400b4fbcb374338892c6a6cf5df44a0022729 Mon Sep 17 00:00:00 2001 From: Arpi Date: Fri, 3 May 2002 18:46:55 +0000 Subject: [PATCH] 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 --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- GitLab