Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
d39610a4
Commit
d39610a4
authored
Jul 31, 2014
by
Johann
Committed by
Gerrit Code Review
Jul 31, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Require armv6/media when building armv7"
parents
d5b8a1b3
24fbfa42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
build/make/rtcd.pl
build/make/rtcd.pl
+2
-0
No files found.
build/make/rtcd.pl
View file @
d39610a4
...
...
@@ -385,6 +385,8 @@ if ($opts{arch} eq 'x86') {
arm
;
}
elsif
(
$opts
{
arch
}
eq
'
armv7
')
{
@ALL_ARCHS
=
filter
(
qw/edsp media neon_asm neon/
);
@REQUIRES
=
filter
(
keys
%required
?
keys
%required
:
qw/media/
);
&require
(
@REQUIRES
);
arm
;
}
elsif
(
$opts
{
arch
}
eq
'
armv8
')
{
@ALL_ARCHS
=
filter
(
qw/neon/
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment