Skip to content

Commit

Permalink
chore(): Bump version libwebrtc m120.6099.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Nov 16, 2023
1 parent 3df8706 commit 5dde193
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/.gclient
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
solutions = [
{
"name": "src",
"url": "https://github.com/webrtcsdk/webrtc-sdk-rnnoise.git",
"url": "https://github.com/webrtcsdk/webrtcsdk.git",
"deps_file": "DEPS",
"managed": False,
"custom_deps": {},
Expand Down
2 changes: 1 addition & 1 deletion build/.gclient_entries
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
entries = {
'src': 'https://github.com/webrtcsdk/webrtc-sdk-rnnoise.git',
'src': 'https://github.com/webrtcsdk/webrtcsdk.git',
'src/third_party/usrsctp/usrsctplib': 'https://chromium.googlesource.com/external/github.com/sctplab/usrsctp@62d7d0c928c9a040dce96aa2f16c00e7e67d59cb',
'src/base': 'https://chromium.googlesource.com/chromium/src/base@e3df4ab156c9aed2239a7e15c61d783daf24bf46',
'src/build': 'https://chromium.googlesource.com/chromium/src/build@33d06bd2d56d6c783506917ee6ec32e47e36abbc',
Expand Down
2 changes: 1 addition & 1 deletion build/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEBRTC_BUILD_VERSION=HEAD
WEBRTC_VERSION=HEAD
WEBRTC_READABLE_VERSION=HEAD
WEBRTC_COMMIT=dd23b94595b05d310bcc14e7dede0998f5f2f97a
WEBRTC_COMMIT=9501d2b15e04b90bbcb6e2045cf2c9c124de98a9
2 changes: 1 addition & 1 deletion build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def get_webrtc(source_dir, patch_dir, version, target,
with cd(webrtc_source_dir):
cmd(['gclient'])
shutil.copyfile(os.path.join(BASE_DIR, '.gclient'), '.gclient')
cmd(['git', 'clone', 'https://github.com/webrtcsdk/webrtc-sdk-rnnoise.git', 'src'])
cmd(['git', 'clone', 'https://github.com/webrtcsdk/webrtcsdk.git', 'src'])
if target == 'android':
with open('.gclient', 'a') as f:
f.write("target_os = [ 'android' ]\n")
Expand Down
2 changes: 1 addition & 1 deletion docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd webrtc-sdk-checkout
solutions = [
{
"name" : 'src',
"url" : 'https://github.com/webrtcsdk/webrtc-sdk-rnnoise.git',
"url" : 'https://github.com/webrtcsdk/webrtcsdk.git',
"deps_file" : 'DEPS',
"managed" : False,
"custom_deps" : {
Expand Down
2 changes: 1 addition & 1 deletion webrtc_build_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:

downloads:
webrtc_src:
repo: https://github.com/webrtcsdk/webrtc-sdk-rnnoise.git
repo: https://github.com/webrtcsdk/webrtcsdk.git
branch: wip/hevc/kairtc-m120
path: src

Expand Down
6 changes: 3 additions & 3 deletions webrtc_version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEBRTC_BUILD_VERSION: 120.6099.16.1
WEBRTC_VERSION: 120.6099.16
WEBRTC_BUILD_VERSION: 120.6099.17.1
WEBRTC_VERSION: 120.6099.17
WEBRTC_READABLE_VERSION: M120.6099
WEBRTC_COMMIT: dd23b94595b05d310bcc14e7dede0998f5f2f97a
WEBRTC_COMMIT: 9501d2b15e04b90bbcb6e2045cf2c9c124de98a9

0 comments on commit 5dde193

Please sign in to comment.