Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index ed7b68ce6e9770b3116ddd5e18c579498b5a0e28..363e07dbf66c01105b7026dccf9f4f517b9ab4b4 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -677,8 +677,8 @@ |
'google_default_client_id%': '', |
'google_default_client_secret%': '', |
- # Whether Android uses OpenMAX DL FFT. Default is no. |
- 'use_openmax_dl_fft%': 0, |
+ # Whether Android uses OpenMAX DL FFT. Default is yes. |
+ 'use_openmax_dl_fft%': 1, |
}, |
# Copy conditionally-set variables out one scope. |