Index: gyp/codec.gyp |
diff --git a/gyp/codec.gyp b/gyp/codec.gyp |
index c53d9556d17527fe986bc46391d1842d5bfc4a14..078c2b7c95e201cc607fb0bdfbb85a7aa8034d14 100644 |
--- a/gyp/codec.gyp |
+++ b/gyp/codec.gyp |
@@ -84,6 +84,12 @@ |
'raw_codec', |
], |
},], |
+ ['skia_android_framework == 0', { |
+ 'defines': [ |
+ # TODO (msarett): Add this optimization to Android. |
scroggo
2016/02/22 15:55:03
Do you have a (NYC triaged) bug open for Android?
msarett
2016/02/22 17:38:16
Just opened one. Done.
|
+ 'TURBO_HAS_CROP', |
+ ], |
+ },], |
], |
}, { |
# RAW codec needs exceptions. Due to that, it is a separate target. Its usage can be |