shithub: libvpx

Download patch

ref: d11c97e8e2c4a661a3d0fd54d8b0402dfd6bbc0f
parent: 046226376533b610ddc700f14409f195aa6abd51
author: Johann <johannkoenig@google.com>
date: Wed Jun 29 14:03:27 EDT 2016

Require x86inc.asm

Force enable x86inc.asm when building for x86. Previously there were
compatibility issues so a flag was added to simplify disabling this
code.

The known issues have been resolved and x86inc.asm is the preferred
abstraction layer (over x86_abi_support.asm).

BUG=b:29583530

Change-Id: Ib935e97b37ffb22d7af72ba0f04564ae6280f1fd

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1397,7 +1397,7 @@
   fi
 
   if [ "${tgt_isa}" = "x86_64" ] || [ "${tgt_isa}" = "x86" ]; then
-    soft_enable use_x86inc
+    enable_feature use_x86inc
   fi
 
   # Position Independent Code (PIC) support, for building relocatable