Set prefer_fixed_point properly.

It wasn't being set from within a variables scope.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2773 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-09-14 17:28:32 +00:00
parent 4c6c11553c
commit 52b9c58fac

View File

@ -107,6 +107,9 @@
'build_libvpx%': 0,
'include_tests%': 0,
}],
['target_arch=="arm"', {
'prefer_fixed_point%': 1,
}],
], # conditions
},
'target_defaults': {
@ -144,7 +147,6 @@
],
}],
['target_arch=="arm"', {
'prefer_fixed_point%': 1,
'defines': [
'WEBRTC_ARCH_ARM',
],
@ -200,8 +202,6 @@
'msvs_disabled_warnings!': [4189,],
}],
['OS=="android"', {
# TODO(kma): Remove prefer_fixed_point for Android.
'prefer_fixed_point%': 1,
'defines': [
'WEBRTC_LINUX',
'WEBRTC_ANDROID',