Roll opus to 172355 and delete opus_demo from webrtc opus
opus_demo has been inlucded in opus in chromium. BUG=None TEST=trybots Review URL: https://webrtc-codereview.appspot.com/973013 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3317 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -29,32 +29,4 @@
|
||||
],
|
||||
},
|
||||
],
|
||||
'conditions': [
|
||||
['include_tests==1', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'opus_demo',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'<(DEPTH)/third_party/opus/opus.gyp:opus'
|
||||
],
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
'defines': [
|
||||
'inline=__inline',
|
||||
],
|
||||
}],
|
||||
],
|
||||
'sources': [
|
||||
'<(DEPTH)/third_party/opus/src/src/opus_demo.c',
|
||||
],
|
||||
'include_dirs': [
|
||||
'<(DEPTH)/third_party/opus/src/celt',
|
||||
'<(DEPTH)/third_party/opus/src/include',
|
||||
'<(DEPTH)/third_party/opus/src/silk',
|
||||
],
|
||||
},
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user