From 00c79553fe7158032e2a243d884495b4e413885d Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Mon, 29 Oct 2012 17:26:05 -0700 Subject: [PATCH] More MSVC build fixes Change-Id: I3b7bae440bba7ffb401c94fc7e338dbe75daa980 --- vp8/common/rtcd_defs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp8/common/rtcd_defs.sh b/vp8/common/rtcd_defs.sh index 0feb441..5d388ac 100644 --- a/vp8/common/rtcd_defs.sh +++ b/vp8/common/rtcd_defs.sh @@ -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 # -- 2.7.4