summaryrefslogtreecommitdiff
path: root/package/libx264/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-12 17:51:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-12 17:51:39 +0200
commita9e05011e41a5bc0dd1384bff68d6e76a3e266ec (patch)
tree7ccd3a35134d4ceb86d0a5e8d807500f09accfd8 /package/libx264/patches/patch-configure
parenta26b2d9502bc57f975c4da59685d8fe412541762 (diff)
fix compile for zaurus
Diffstat (limited to 'package/libx264/patches/patch-configure')
-rw-r--r--package/libx264/patches/patch-configure12
1 files changed, 10 insertions, 2 deletions
diff --git a/package/libx264/patches/patch-configure b/package/libx264/patches/patch-configure
index b480bd661..dd0097aeb 100644
--- a/package/libx264/patches/patch-configure
+++ b/package/libx264/patches/patch-configure
@@ -1,5 +1,5 @@
--- libx264-1.0.orig/configure 2013-10-10 22:45:04.000000000 +0200
-+++ libx264-1.0/configure 2013-10-11 11:33:39.000000000 +0200
++++ libx264-1.0/configure 2013-10-12 17:49:39.000000000 +0200
@@ -985,9 +985,9 @@ if [ "$debug" = "yes" ]; then
elif [ $ARCH = ARM ]; then
# arm-gcc-4.2 produces incorrect output with -ffast-math
@@ -12,7 +12,15 @@
fi
if cc_check '' -fno-tree-vectorize ; then
-@@ -1136,7 +1136,7 @@ LIBX264=$LIBX264
+@@ -1125,6 +1125,7 @@ bindir=$bindir
+ libdir=$libdir
+ includedir=$includedir
+ ARCH=$ARCH
++ASM=$asm
+ SYS=$SYS
+ CC=$CC
+ CFLAGS=$CFLAGS
+@@ -1136,7 +1137,7 @@ LIBX264=$LIBX264
AR=$AR
RANLIB=$RANLIB
STRIP=$STRIP