Fix ia32 sse2 error in libvpx.

denoising_sse2.c needs to be built with -msse2. We accidentally left it
in libvpx_src_x86.gypi in the last libvpx update.

TBR=stefan

Review URL: https://webrtc-codereview.appspot.com/751007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2671 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-08-28 00:05:34 +00:00
parent afdcc2c845
commit 2bea04076c
2 changed files with 3 additions and 2 deletions

View File

@ -163,7 +163,8 @@
'source/libvpx/vp8/encoder/treewriter.h',
'source/libvpx/vp8/encoder/x86/dct_mmx.asm',
'source/libvpx/vp8/encoder/x86/dct_sse2.asm',
'source/libvpx/vp8/encoder/x86/denoising_sse2.c',
# Manually removed; refer to libvpx.gyp
#'source/libvpx/vp8/encoder/x86/denoising_sse2.c',
'source/libvpx/vp8/encoder/x86/encodeopt.asm',
'source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm',
'source/libvpx/vp8/encoder/x86/quantize_mmx.asm',

View File

@ -164,7 +164,7 @@
'source/libvpx/vp8/encoder/treewriter.h',
'source/libvpx/vp8/encoder/x86/dct_mmx.asm',
'source/libvpx/vp8/encoder/x86/dct_sse2.asm',
# Hack; refer to libvpx.gyp
# Manually removed; refer to libvpx.gyp
#'source/libvpx/vp8/encoder/x86/denoising_sse2.c',
'source/libvpx/vp8/encoder/x86/encodeopt.asm',
'source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm',