]> granicus.if.org Git - libvpx/commitdiff
More MSVC build fixes
authorYaowu Xu <yaowu@google.com>
Tue, 30 Oct 2012 00:26:05 +0000 (17:26 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 30 Oct 2012 00:42:47 +0000 (17:42 -0700)
Change-Id: I3b7bae440bba7ffb401c94fc7e338dbe75daa980

vp8/common/rtcd_defs.sh

index 0feb441f0a006f0f86faf91f3a73a16a97d312c2..5d388ac57438441625f53fae5f927542b092e8a6 100644 (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
 
 
 #