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
Yushin Cho
aom-rav1e
Commits
00c79553
Commit
00c79553
authored
Oct 29, 2012
by
Yaowu Xu
Browse files
More MSVC build fixes
Change-Id: I3b7bae440bba7ffb401c94fc7e338dbe75daa980
parent
d8bd0246
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/rtcd_defs.sh
View file @
00c79553
...
...
@@ -29,10 +29,10 @@ prototype void vp8_filter_block2d_16x16_8 "const unsigned char *src_ptr, const u
# on the safe side, only enabled when compiled with 'gcc'.
if
[
"
$CONFIG_GCC
"
=
"yes"
]
;
then
specialize vp8_filter_block2d_4x4_8 sse4_1 sse2
fi
specialize vp8_filter_block2d_8x4_8 ssse3
#sse4_1 sse2
specialize vp8_filter_block2d_8x8_8 ssse3
#sse4_1 sse2
specialize vp8_filter_block2d_16x16_8 ssse3
#sse4_1 sse2
fi
#
...
...
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