From 7cee0b60d225fc212a514b4bd1499484d46e71ea Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 18 May 2014 08:58:53 +0200 Subject: update to latest, fix arm compile --- package/libx264/patches/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libx264/patches/patch-configure (limited to 'package/libx264/patches/patch-configure') diff --git a/package/libx264/patches/patch-configure b/package/libx264/patches/patch-configure new file mode 100644 index 000000000..35f81cc47 --- /dev/null +++ b/package/libx264/patches/patch-configure @@ -0,0 +1,11 @@ +--- 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 + LDFLAGS="$LDFLAGS -arch armv7" + fi + else +- AS="${AS-${cross_prefix}gcc}" ++ AS="${cross_prefix}gcc" + fi + ;; + s390|s390x) -- cgit v1.2.3