Fllow up change to the issue80002 - do not include sse2 when it's disabled by disable_sse2.
Review URL: http://webrtc-codereview.appspot.com/82001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@229 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
22e65158bd
commit
0c52e935e2
@ -37,7 +37,7 @@
|
||||
'resampler.h',
|
||||
],
|
||||
'conditions': [
|
||||
['target_arch == "ia32" or target_arch == "x64"', {
|
||||
['disable_sse2 == 0 and (target_arch == "ia32" or target_arch == "x64")', {
|
||||
'sources': [
|
||||
'aec_core_sse2.c',
|
||||
'aec_rdft_sse2.c',
|
||||
|
Loading…
x
Reference in New Issue
Block a user