aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/libpng.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/libpng.gyp')
-rw-r--r--gyp/libpng.gyp12
1 files changed, 3 insertions, 9 deletions
diff --git a/gyp/libpng.gyp b/gyp/libpng.gyp
index 1ca6eef253..73bdd2aa3c 100644
--- a/gyp/libpng.gyp
+++ b/gyp/libpng.gyp
@@ -36,15 +36,9 @@
'-w',
'-fvisibility=hidden',
],
- 'conditions': [
- ['not arm_neon', {
- 'defines': [
- # FIXME: Why is this needed? Without it, pngpriv.h sets it
- # to 2 if __ARM_NEON is defined, but shouldn't __ARM_NEON
- # not be defined since arm_neon is 0?
- 'PNG_ARM_NEON_OPT=0',
- ],
- }],
+ 'defines': [
+ # TODO: it'd be nice to enable PNG's NEON when possible.
+ 'PNG_ARM_NEON_OPT=0',
],
'sources': [
'../third_party/externals/libpng/png.c',