Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit f1d2436

Browse files
committed
Rebasing to latest webrtc stack.
1 parent d71b214 commit f1d2436

9 files changed

+28
-1064
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ vars = {
5050
# chromium waterfalls. More info at: crbug.com/570091.
5151
'checkout_configuration': 'default',
5252
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
53-
'deps_webrtc_git': 'https://github.com/open-webrtc-toolkit',
53+
'deps_webrtc_git': 'https://github.com/taste1981',
5454
'chromium_revision': '56e883537df53a3b3cbc39c264799bedb695b5f9',
5555
'boringssl_git': 'https://boringssl.googlesource.com',
5656
# Three lines of non-changing comments so that

scripts/prepare_dev.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
('0014-Fix-missing-ffmpeg-configure-item-for-msvc-build.patch', FFMPEG_PATH),
4646
('0015-Remove-custom-d8-dependency.patch', BUILD_PATH),
4747
('0016-Remove-deprecated-create_srcjar-property.patch', THIRD_PARTY_PATH)
48-
('0015-vp9-add-rate-control-interface-for-RTC.patch', LIBVPX_SOURCE_PATH),
49-
('0016-Build-libvpx-with-RTC-rate-control-impl-included.patch', LIBVPX_PATH)
48+
('0017-Build-libvpx-with-RTC-rate-control-impl-included.patch', THIRD_PARTY_PATH)
5049
]
5150

5251
def _patch(ignoreFailures=False):

0 commit comments

Comments
 (0)