mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-10 11:58:16 +00:00
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
This commit is contained in:
parent
1e209222f5
commit
0f9400b4fb
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user