Revert removal of libjpeg include paths.
BUG= Review URL: https://webrtc-codereview.appspot.com/791006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2757 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -7,6 +7,16 @@
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'variables': {
|
||||
'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
|
||||
'conditions': [
|
||||
['use_libjpeg_turbo==1', {
|
||||
'libjpeg_include_dir%': [ '<(DEPTH)/third_party/libjpeg_turbo', ],
|
||||
}, {
|
||||
'libjpeg_include_dir%': [ '<(DEPTH)/third_party/libjpeg', ],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'includes': ['../build/common.gypi'],
|
||||
'targets': [
|
||||
{
|
||||
|
Reference in New Issue
Block a user