Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(838)

Unified Diff: gyp/codec.gyp

Issue 1322623004: Call standard libjpeg/libjpeg-turbo APIs from SkJpegCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Need to save the state, so we can call onGetScaledDimensions before rewinding Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/codec/SkJpegCodec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/codec.gyp
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index a9a55d56386a28768b5189770ac97bc2a08af482..a99707e4eaefe4c6cb3834f48c19e00915a1dfaf 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -81,8 +81,8 @@
'export_dependent_settings': [
'libjpeg-turbo.gyp:libjpeg-turbo',
],
- 'cflags': [
- '-DTURBO_HAS_SKIP',
+ 'defines': [
+ 'TURBO_HAS_SKIP',
],
}
]
« no previous file with comments | « no previous file | src/codec/SkJpegCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698