git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[Apple] Use Accelerate framework to speed-up FEGaussianBlur
[WebKit-https.git]
/
Source
/
WTF
/
wtf
/
Platform.h
diff --git
a/Source/WTF/wtf/Platform.h
b/Source/WTF/wtf/Platform.h
index 8638dab9bdabc8a46e535658597c00239f994308..18c86a28b37b75813ac187cbab1dcd029f82cb26 100644
(file)
--- a/
Source/WTF/wtf/Platform.h
+++ b/
Source/WTF/wtf/Platform.h
@@
-1092,4
+1092,8
@@
#define WTF_USE_MEDIATOOLBOX 1
#endif
#define WTF_USE_MEDIATOOLBOX 1
#endif
+#if PLATFORM(COCOA)
+#define HAVE_ACCELERATE 1
+#endif
+
#endif /* WTF_Platform_h */
#endif /* WTF_Platform_h */