Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
ea166870
Commit
ea166870
authored
May 11, 2017
by
Alex Converse
Browse files
Fix build with global motion disabled
Change-Id: I1c00925f83c6a858b0e799ddd90f241570a40575
parent
619576b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/av1_rtcd_defs.pl
View file @
ea166870
...
...
@@ -617,7 +617,7 @@ if ((aom_config("CONFIG_WARPED_MOTION") eq "yes") ||
}
}
if
(
aom_config
("
CONFIG_
WARPED
_MOTION
")
eq
"
yes
"
&&
if
(
aom_config
("
CONFIG_
GLOBAL
_MOTION
")
eq
"
yes
"
&&
aom_config
("
CONFIG_AV1_ENCODER
")
eq
"
yes
")
{
add_proto
qw/double compute_cross_correlation/
,
"
unsigned char *im1, int stride1, int x1, int y1, unsigned char *im2, int stride2, int x2, int y2
";
specialize
qw/compute_cross_correlation sse4_1/
;
...
...
Write
Preview
Supports
Markdown
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