summaryrefslogtreecommitdiff
path: root/build/make/rtcd.pl
diff options
context:
space:
mode:
authorYinShiyou <yinshiyou-hf@loongson.cn>2017-06-23 16:26:30 +0800
committerJohann Koenig <johannkoenig@google.com>2017-07-31 17:29:36 +0000
commit2758de5cb259b37e92fbf22ba6325bb84531c0f4 (patch)
tree3ad5b2b78dfbdc1cde60c39aa688f062daa07680 /build/make/rtcd.pl
parentebb023deb64a5707d0627f55ea0a701945cd6940 (diff)
downloadlibvpx-2758de5cb259b37e92fbf22ba6325bb84531c0f4.tar.gz
loongson mmi configuration patch.
enable loongson mmi optimization: ../configure --enable-mmi Change-Id: I7792c3adeac1d5b573917d7857bba6c1cc05fea5
Diffstat (limited to 'build/make/rtcd.pl')
-rwxr-xr-xbuild/make/rtcd.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/make/rtcd.pl b/build/make/rtcd.pl
index ce88e6480..9f44cb414 100755
--- a/build/make/rtcd.pl
+++ b/build/make/rtcd.pl
@@ -411,6 +411,10 @@ if ($opts{arch} eq 'x86') {
@ALL_ARCHS = filter("$opts{arch}", qw/msa/);
last;
}
+ if (/HAVE_MMI=yes/) {
+ @ALL_ARCHS = filter("$opts{arch}", qw/mmi/);
+ last;
+ }
}
close CONFIG_FILE;
mips;