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:
stefan@webrtc.org
2012-09-12 14:43:00 +00:00
parent 5a7507f26a
commit ed2e2eecae

View File

@ -7,6 +7,16 @@
# be found in the AUTHORS file in the root of the source tree. # 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'], 'includes': ['../build/common.gypi'],
'targets': [ 'targets': [
{ {