summaryrefslogtreecommitdiff
path: root/package/libx264/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-23 18:36:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-23 18:37:13 +0200
commit5c2c46c70e09e16bee1aa9417c9ff8c0a238b97f (patch)
treef9f7c04ec1452f57106236dff0e04162131a18e3 /package/libx264/patches/patch-configure
parent5ae969ac63f67e0c8c6ab4363a3c3012fcd2efe5 (diff)
update to latest git
Diffstat (limited to 'package/libx264/patches/patch-configure')
-rw-r--r--package/libx264/patches/patch-configure19
1 files changed, 14 insertions, 5 deletions
diff --git a/package/libx264/patches/patch-configure b/package/libx264/patches/patch-configure
index 35f81cc47..5bd080085 100644
--- a/package/libx264/patches/patch-configure
+++ b/package/libx264/patches/patch-configure
@@ -1,11 +1,20 @@
---- libx264-1.0.2.orig/configure 2014-05-17 22:45:03.000000000 +0200
-+++ libx264-1.0.2/configure 2014-05-18 08:20:20.000000000 +0200
-@@ -660,7 +660,7 @@ case $host_cpu in
+--- libx264-1.0.3.orig/configure 2014-09-22 16:31:01.000000000 +0200
++++ libx264-1.0.3/configure 2014-09-22 17:11:32.000000000 +0200
+@@ -692,7 +692,7 @@ case $host_cpu in
LDFLAGS="$LDFLAGS -arch armv7"
fi
else
-- AS="${AS-${cross_prefix}gcc}"
-+ AS="${cross_prefix}gcc"
+- AS="${AS-${CC}}"
++ AS="${CC}"
+ fi
+ ;;
+ aarch64)
+@@ -701,7 +701,7 @@ case $host_cpu in
+ AS="${AS-extras/gas-preprocessor.pl $CC}"
+ ASFLAGS="$ASFLAGS -DPREFIX"
+ else
+- AS="${AS-${CC}}"
++ AS="${CC}"
fi
;;
s390|s390x)