Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / build / webrtc.gni
index 878b6ff..0f10c0c 100644 (file)
@@ -103,6 +103,12 @@ declare_args() {
     rtc_prefer_fixed_point = true
   }
 
+  if (!is_ios && (cpu_arch != "arm" || arm_version >= 7)) {
+    rtc_use_openmax_dl = true
+  } else {
+    rtc_use_openmax_dl = false
+  }
+
   # WebRTC builds ARM v7 Neon instruction set optimized code for both iOS and
   # Android, which is why we currently cannot use the variables in
   # //build/config/arm.gni (since it disables Neon for Android).