summaryrefslogtreecommitdiff
path: root/build/make/rtcd.pl
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-09-19 15:17:45 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-09-19 15:17:45 -0700
commitc1139eccc51418e1c7b8f61cb9b784988d3d733b (patch)
tree954e871d7d9ccbb4820e33ffbc4c4c684c3320eb /build/make/rtcd.pl
parent67e8c9e713999caad0713bdcf4e6da1ebae18eca (diff)
parentc47e420d1a433990ee45de220de45c4a41ff4342 (diff)
downloadlibvpx-c1139eccc51418e1c7b8f61cb9b784988d3d733b.tar.gz
Merge "build/make/rtcd.pl: Add missing arm64 support."
Diffstat (limited to 'build/make/rtcd.pl')
-rwxr-xr-xbuild/make/rtcd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/rtcd.pl b/build/make/rtcd.pl
index 1ed689576..0872414cb 100755
--- a/build/make/rtcd.pl
+++ b/build/make/rtcd.pl
@@ -390,7 +390,7 @@ if ($opts{arch} eq 'x86') {
@REQUIRES = filter(keys %required ? keys %required : qw/media/);
&require(@REQUIRES);
arm;
-} elsif ($opts{arch} eq 'armv8') {
+} elsif ($opts{arch} eq 'armv8' || $opts{arch} eq 'arm64' ) {
@ALL_ARCHS = filter(qw/neon/);
arm;
} else {