summaryrefslogtreecommitdiff
path: root/package/libvpx/patches/patch-build_make_rtcd_sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-06 12:48:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-06 12:48:20 +0100
commit179597b65e06d8d30f4e316dbf0c136e0715f518 (patch)
tree1c7726fbe56f636c8ed29f38b7d0adab08044087 /package/libvpx/patches/patch-build_make_rtcd_sh
parentaf50c7290603c66cc50162858d0803a52ddf7624 (diff)
fix lemote yeelong compile
Diffstat (limited to 'package/libvpx/patches/patch-build_make_rtcd_sh')
-rw-r--r--package/libvpx/patches/patch-build_make_rtcd_sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/libvpx/patches/patch-build_make_rtcd_sh b/package/libvpx/patches/patch-build_make_rtcd_sh
new file mode 100644
index 000000000..75ddffe61
--- /dev/null
+++ b/package/libvpx/patches/patch-build_make_rtcd_sh
@@ -0,0 +1,18 @@
+--- libvpx-v1.2.0.orig/build/make/rtcd.sh 2013-10-14 20:16:36.000000000 +0200
++++ libvpx-v1.2.0/build/make/rtcd.sh 2014-01-06 11:24:01.457213627 +0100
+@@ -338,6 +338,15 @@ case $arch in
+ fi
+ mips
+ ;;
++ mips64)
++ ALL_ARCHS=$(filter mips64)
++ dspr2=$([ -f "$config_file" ] && eval echo $(grep HAVE_DSPR2 "$config_file"))
++ HAVE_DSPR2="${dspr2#*=}"
++ if [ "$HAVE_DSPR2" = "yes" ]; then
++ ALL_ARCHS=$(filter mips64 dspr2)
++ fi
++ mips
++ ;;
+ armv5te)
+ ALL_ARCHS=$(filter edsp)
+ arm