commit | 57eb8586986a2c77b99124c270bc6caa11165f7f | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Nov 11 10:20:27 2013 +0000 |
committer | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Nov 11 10:20:27 2013 +0000 |
tree | c075c3058a6bc6c53ef3064acf637bc56bd538b3 | |
parent | 6e908b3adf5f1cd0618f444c691dceb3ae7fda70 [diff] [blame] |
Remove ".." from include_dirs in build/common. BUG=1662 TEST=compile on trybots R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2332004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5107 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi index b60cee5..4068702 100644 --- a/webrtc/modules/audio_coding/codecs/opus/opus.gypi +++ b/webrtc/modules/audio_coding/codecs/opus/opus.gypi
@@ -23,6 +23,9 @@ ], }], ], + 'include_dirs': [ + '<(webrtc_root)', + ], 'sources': [ 'interface/opus_interface.h', 'opus_interface.c',