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:
4
DEPS
4
DEPS
@@ -58,10 +58,10 @@ deps = {
|
|||||||
(Var("googlecode_url") % "libyuv") + "/trunk@520",
|
(Var("googlecode_url") % "libyuv") + "/trunk@520",
|
||||||
|
|
||||||
"third_party/opus":
|
"third_party/opus":
|
||||||
Var("chromium_trunk") + "/src/third_party/opus@165570",
|
Var("chromium_trunk") + "/src/third_party/opus@172355",
|
||||||
|
|
||||||
"third_party/opus/src":
|
"third_party/opus/src":
|
||||||
Var("chromium_trunk") + "/deps/third_party/opus@165487",
|
Var("chromium_trunk") + "/deps/third_party/opus@173498",
|
||||||
|
|
||||||
"third_party/protobuf":
|
"third_party/protobuf":
|
||||||
Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),
|
Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),
|
||||||
|
@@ -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