diff options
author | YinShiyou <yinshiyou-hf@loongson.cn> | 2017-06-23 16:26:30 +0800 |
---|---|---|
committer | Johann Koenig <johannkoenig@google.com> | 2017-07-31 17:29:36 +0000 |
commit | 2758de5cb259b37e92fbf22ba6325bb84531c0f4 (patch) | |
tree | 3ad5b2b78dfbdc1cde60c39aa688f062daa07680 /build/make/rtcd.pl | |
parent | ebb023deb64a5707d0627f55ea0a701945cd6940 (diff) | |
download | libvpx-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-x | build/make/rtcd.pl | 4 |
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; |