diff options
author | davilla <davilla@4pi.com> | 2012-04-17 09:20:20 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-04-17 09:20:20 -0400 |
commit | 767a8e55d46c64364ef72e78aa2eb9d2352483f3 (patch) | |
tree | 6791f10fc01c2959a1e8d5fa51c60ea31176a050 /lib | |
parent | 1df386dadc2166f4a53228956078061850884492 (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.in | 2 |
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: |