]> granicus.if.org Git - libvpx/commit
Fix x86inc.asm to build PIC code correctly
authorYunqing Wang <yunqingwang@google.com>
Wed, 18 Sep 2013 17:36:21 +0000 (10:36 -0700)
committerYunqing Wang <yunqingwang@google.com>
Wed, 18 Sep 2013 20:45:46 +0000 (13:45 -0700)
commit9d901217c689c1c5b38eb7cfe7db7f161827eb7a
treea24026497b312276b7545fbdd3065df3b587b912
parent84758960db7e18cd77e301ab4a1dc6022e1a3335
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
third_party/x86inc/x86inc.asm
vp9/common/x86/vp9_intrapred_sse2.asm
vp9/common/x86/vp9_intrapred_ssse3.asm