Blackberry has FZ enabled by default. No need to add it manually. See: https://bugs.webkit.org/show_bug.cgi?id=97008

This commit is contained in:
Sacha 2013-10-25 12:34:15 +10:00
parent 26946b52e7
commit 46dfa25ca4
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,6 @@ public:
private:
void* RunAudio()
{
EnableFZ();
while(true)
{
size_t frames_ready;

View File

@ -1,7 +1,7 @@
#include "math/math_util.h"
#include <stdlib.h>
#if defined(__ARM_ARCH_7A__)
#if defined(__ARM_ARCH_7A__) && !defined(BLACKBERRY)
void EnableFZ()
{