shithub: libvpx

Download patch

ref: 571f00cb9532d264c543d996739e336bee3f7134
parent: 0266e70c52b8678b7401d5005e6040937ad80450
author: Johann <johannkoenig@google.com>
date: Wed Jun 29 14:37:33 EDT 2016

configure: remove x86inc.asm distinction

BUG=b:29583530

Change-Id: I59a1192142e89a6a36b906f65a491a734e603617

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1396,10 +1396,6 @@
     fi
   fi
 
-  if [ "${tgt_isa}" = "x86_64" ] || [ "${tgt_isa}" = "x86" ]; then
-    enable_feature use_x86inc
-  fi
-
   # Position Independent Code (PIC) support, for building relocatable
   # shared objects
   enabled gcc && enabled pic && check_add_cflags -fPIC
--- a/configure
+++ b/configure
@@ -267,7 +267,6 @@
     install_bins
     install_libs
     install_srcs
-    use_x86inc
     debug
     gprof
     gcov
@@ -329,7 +328,6 @@
     gprof
     gcov
     pic
-    use_x86inc
     optimizations
     ccache
     runtime_cpu_detect