aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-04-17 09:20:20 -0400
committerdavilla <davilla@4pi.com>2012-04-17 09:20:20 -0400
commit767a8e55d46c64364ef72e78aa2eb9d2352483f3 (patch)
tree6791f10fc01c2959a1e8d5fa51c60ea31176a050 /lib
parent1df386dadc2166f4a53228956078061850884492 (diff)
[osx/ios] ignore return error for ar, inverse.o might already be removed from a previous build
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 2ea47fbf7d..45ae5df0ce 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -69,7 +69,7 @@ endif
ffmpeg:
$(MAKE) -C $@
ifeq ($(findstring osx,$(ARCH)), osx)
- $(AR) d ffmpeg/libavcodec/libavcodec.a inverse.o
+ -$(AR) d ffmpeg/libavcodec/libavcodec.a inverse.o
endif
clean: