Index: source/libvpx/build/make/rtcd.pl |
diff --git a/source/libvpx/build/make/rtcd.pl b/source/libvpx/build/make/rtcd.pl |
index da44c6164b99aa3d5be673b7a46d9f9955f65512..6753ee776a26bbb9012b75ce2366d6960382c05e 100755 |
--- a/source/libvpx/build/make/rtcd.pl |
+++ b/source/libvpx/build/make/rtcd.pl |
@@ -376,6 +376,10 @@ if ($opts{arch} eq 'x86') { |
@ALL_ARCHS = filter("$opts{arch}", qw/dspr2/); |
last; |
} |
+ if (/HAVE_MSA=yes/) { |
+ @ALL_ARCHS = filter("$opts{arch}", qw/msa/); |
+ last; |
+ } |
} |
close CONFIG_FILE; |
mips; |