From 179597b65e06d8d30f4e316dbf0c136e0715f518 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Jan 2014 12:48:20 +0100 Subject: fix lemote yeelong compile --- package/libvpx/patches/patch-configure | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/libvpx/patches/patch-configure (limited to 'package/libvpx/patches/patch-configure') diff --git a/package/libvpx/patches/patch-configure b/package/libvpx/patches/patch-configure new file mode 100644 index 000000000..b53e47b8a --- /dev/null +++ b/package/libvpx/patches/patch-configure @@ -0,0 +1,18 @@ +--- libvpx-v1.2.0.orig/configure 2013-10-14 20:16:36.000000000 +0200 ++++ libvpx-v1.2.0/configure 2014-01-06 11:22:14.096914325 +0100 +@@ -98,6 +98,7 @@ all_platforms="${all_platforms} armv7-li + all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8 + all_platforms="${all_platforms} armv7-none-rvct" #neon Cortex-A8 + all_platforms="${all_platforms} mips32-linux-gcc" ++all_platforms="${all_platforms} mips64-linux-gcc" + all_platforms="${all_platforms} ppc32-darwin8-gcc" + all_platforms="${all_platforms} ppc32-darwin9-gcc" + all_platforms="${all_platforms} ppc32-linux-gcc" +@@ -210,6 +211,7 @@ ARCH_EXT_LIST=" + neon + + mips32 ++ mips64 + dspr2 + + mmx -- cgit v1.2.3