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

Unified Diff: libjpeg.gyp

Issue 100293002: Disable libjpeg turbo getenv() (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 7 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libjpeg.gyp
diff --git a/libjpeg.gyp b/libjpeg.gyp
index 491ede8efb00324613b620861e70f23bfe5f36a8..502934c238f667f73b777b53851a1aaa569293bc 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -23,7 +23,9 @@
'.',
],
'defines': [
- 'WITH_SIMD', 'MOTION_JPEG_SUPPORTED',
+ 'WITH_SIMD',
+ 'MOTION_JPEG_SUPPORTED',
+ 'NO_GETENV',
],
'sources': [
'jcapimin.c',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698