shithub: libvpx

Download patch

ref: 9d901217c689c1c5b38eb7cfe7db7f161827eb7a
parent: 84758960db7e18cd77e301ab4a1dc6022e1a3335
author: Yunqing Wang <yunqingwang@google.com>
date: Wed Sep 18 06:36:21 EDT 2013

Fix x86inc.asm to build PIC code correctly

Current x86inc.asm didn't handle 32bit PIC build properly.
TEXTRELs were seen in the library built. The PIC macros from
libvpx's x86_abi_support.asm was used to fix this problem.
The assembly code was modified to use the macros.

Notes: We need this fix in for decoder building. Functions in
encoder will be fixed later.

Change-Id: Ifa548d37b1d0bc7d0528db75009cc18cd5eb1838