Commit 412c5983 authored by Paul Wilkins's avatar Paul Wilkins Committed by Gerrit Code Review
Browse files

Merge "More MSVC build fixes" into experimental

Showing with 1 addition and 1 deletion
......@@ -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
#
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment