File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
2828solutions = [
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`.
5353git 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
You can’t perform that action at this time.
0 commit comments