Revert an accidental change to prefer_fixed_point.

Skipping pre-submit checks.
Review URL: http://webrtc-codereview.appspot.com/89009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@278 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
ajm@google.com
2011-07-30 01:33:22 +00:00
parent dcfa09ac61
commit 81b9e2d2cc

View File

@ -25,7 +25,7 @@
# Selects fixed-point code where possible.
# TODO(ajm): we'd like to set this based on the target OS/architecture.
'prefer_fixed_point%': 1,
'prefer_fixed_point%': 0,
'conditions': [
['OS=="win"', {