Merge "More MSVC build fixes" into experimental

This commit is contained in:
Paul Wilkins
2012-10-30 05:31:12 -07:00
committed by Gerrit Code Review

View File

@@ -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
#