Skip to content

Commit 946ff43

Browse files
authored
Update README.md
1 parent 545653b commit 946ff43

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ possible supported platforms
1111

1212
## Note
1313

14-
Use the https://github.com/webrtc-sdk/webrtc.git branch m125_release to compile.
14+
Use the https://github.com/webrtc-sdk/webrtc.git branch m137_release to compile.
1515

1616
## Usage
1717

@@ -28,7 +28,7 @@ cd libwebrtc_build
2828
solutions = [
2929
{
3030
"name" : 'src',
31-
"url" : 'https://github.com/webrtc-sdk/webrtc.git@m125_release',
31+
"url" : 'https://github.com/webrtc-sdk/webrtc.git@m137_release',
3232
"deps_file" : 'DEPS',
3333
"managed" : False,
3434
"custom_deps" : {
@@ -53,6 +53,12 @@ Confirm that it is currently in the `src`.
5353
git clone https://github.com/webrtc-sdk/libwebrtc
5454
```
5555

56+
### Apply audio custom source patch for m137_release.
57+
58+
``bash
59+
git apply libwebrtc/patchs/custom_audio_source_m137.patch
60+
```
61+
5662
### Modify webrtc's src/BUILD.gn file and add libwebrtc to group("default").
5763
5864
```patch

0 commit comments

Comments
 (0)