Index: gyp/libjpeg.gyp |
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp |
index 73072948854ee6ae4d797599d1553d52ccd78c1b..fe5afb89ae9285b9bd5debe6b078ba1b38749c45 100644 |
--- a/gyp/libjpeg.gyp |
+++ b/gyp/libjpeg.gyp |
@@ -20,10 +20,10 @@ |
'target_name': 'libjpeg', |
'type': 'none', |
'dependencies': [ |
- 'android_deps.gyp:jpeg', |
+ '../third_party/libjpeg-turbo/libjpeg-turbo-code/libjpeg-turbo.gyp:libjpeg-turbo', |
scroggo
2015/06/16 20:39:22
I don't see any reason not to use turbo on all pla
msarett
2015/06/18 21:06:10
Yes agreed.
|
], |
'export_dependent_settings': [ |
- 'android_deps.gyp:jpeg', |
+ '../third_party/libjpeg-turbo/libjpeg-turbo-code/libjpeg-turbo.gyp:libjpeg-turbo', |
], |
}, |
], |