Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index a5e6e0f7e95ef73dd8ee6fa698dc91ba105373a7..094a03857f99d28411484474fdadea84200f1303 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -654,6 +654,9 @@ |
'google_api_key%': '', |
'google_default_client_id%': '', |
'google_default_client_secret%': '', |
+ |
+ # Whether Android uses OpenMAX DL FFT. Default is no. |
+ 'use_openmax_dl_fft%': 0, |
}, |
# Copy conditionally-set variables out one scope. |
@@ -911,6 +914,9 @@ |
# Set ARM float abi compilation flag. |
'arm_float_abi%': 'softfp', |
+ # Enable use of OpenMAX DL FFT routines. |
+ 'use_openmax_dl_fft%': '<(use_openmax_dl_fft)', |
+ |
# Enable new NPDevice API. |
'enable_new_npdevice_api%': 0, |