~tom-gall/libjpeg-turbo/upstream-1.1.2

« back to all changes in this revision

Viewing changes to debian/patches/001-fix-SIMD-detect.patch

  • Committer: Tom Gall
  • Date: 2011-08-10 16:37:57 UTC
  • Revision ID: tom.gall@linaro.org-20110810163757-uq39qjwim0x19wza
bump to linaro4, be defensive with libjpeg8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: libjpeg-turbo/configure.ac
2
 
===================================================================
3
 
--- libjpeg-turbo.orig/configure.ac     2011-05-26 21:18:09.000000000 +0000
4
 
+++ libjpeg-turbo/configure.ac  2011-05-26 21:20:01.000000000 +0000
5
 
@@ -221,7 +221,7 @@
6
 
       AC_PROG_NASM
7
 
       simd_arch=i386
8
 
     ;;
9
 
-    armv7l)
10
 
+    arm*)
11
 
       AC_MSG_RESULT([yes (ARM_NEON)])
12
 
       AM_PROG_AS
13
 
       simd_arch=arm_neon