Getting Opus from Chrome

This CL replaces http://review.webrtc.org/921006/

BUG=issue982

TBR=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/933006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2993 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tina.legrand@webrtc.org
2012-10-25 12:37:08 +00:00
parent d6ec386ff5
commit 1f8c02a4de
4 changed files with 14 additions and 12 deletions

View File

@@ -22,19 +22,10 @@
'<(DEPTH)/third_party/opus/opus.gyp:opus'
],
'include_dirs': [
'<(webrtc_root)/../third_party/opus/source/include',
'<(DEPTH)/third_party/opus',
],
}],
],
'direct_dependent_settings': {
'conditions': [
['build_with_mozilla==1', {
'include_dirs': [
'$(DIST)/include/opus',
],
}],
],
},
'sources': [
'interface/opus_interface.h',
'opus_interface.c',