diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 12:58:54 +0100 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 12:58:54 +0100 | 
| commit | f3e1c3cf993b0ba54afa0ff9552ffefd39828b23 (patch) | |
| tree | 1f5d52b7dff4a5c60e17c8f0fd7f7412c946a0ee /package/libvpx/patches/patch-configure | |
| parent | d77656116191a166ed0477cf16830480a2406fc5 (diff) | |
| parent | d93c019f2cfdf53be59f02600cc25c547ba24edc (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvpx/patches/patch-configure')
| -rw-r--r-- | package/libvpx/patches/patch-configure | 18 | 
1 files changed, 18 insertions, 0 deletions
| 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 | 
