From 46dfa25ca4602f98e93944638aeda1dfbdf7603c Mon Sep 17 00:00:00 2001 From: Sacha Date: Fri, 25 Oct 2013 12:34:15 +1000 Subject: [PATCH] Blackberry has FZ enabled by default. No need to add it manually. See: https://bugs.webkit.org/show_bug.cgi?id=97008 --- base/BlackberryAudio.h | 1 - math/math_util.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/base/BlackberryAudio.h b/base/BlackberryAudio.h index d047bfc64e..7bbba1609c 100644 --- a/base/BlackberryAudio.h +++ b/base/BlackberryAudio.h @@ -51,7 +51,6 @@ public: private: void* RunAudio() { - EnableFZ(); while(true) { size_t frames_ready; diff --git a/math/math_util.cpp b/math/math_util.cpp index 9d711445a4..29f7fea983 100644 --- a/math/math_util.cpp +++ b/math/math_util.cpp @@ -1,7 +1,7 @@ #include "math/math_util.h" #include -#if defined(__ARM_ARCH_7A__) +#if defined(__ARM_ARCH_7A__) && !defined(BLACKBERRY) void EnableFZ() {