Enable use_x86inc for 32bit pic enabled Darwin target
authorYunqing Wang <yunqingwang@google.com>
Thu, 29 Jan 2015 19:33:50 +0000 (11:33 -0800)
committerYunqing Wang <yunqingwang@google.com>
Fri, 30 Jan 2015 00:47:06 +0000 (16:47 -0800)
commitcc7fac39d5e733e3cddd48a40072c0cfb1ec2689
treed24be33d0831bb791eaa3239a8acf9486000b157
parent3b3e299650b26ac7195852cb2d923830c754c122
Enable use_x86inc for 32bit pic enabled Darwin target

The previous patch "Fix issues in 32bit PIC enabled build" fixed
the x86inc.asm for macho32. Now we can enable use_x86inc while
building libvpx for 32bit pic enabled Darwin target, which makes
the encoder a lot faster(>2X) in this case by turning on the
existing optimizations.

Change-Id: I5f5c7add428d73f50c935c48d0a70aed2b1eb7af
build/make/configure.sh