Skip to content

Commit

Permalink
Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 26, 2015
1 parent bac0053 commit dd7e170
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/BuildingLibWebRTC.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ $ patch -p1 < PATH_TO_CORDOVA_PLUGIN_IOSRTC/extra/libwebrtc-objc-iosrtc.patch
```


### Remove iOS native H264 encoder/decoder

(see issue #92 for details, help welcome!)

Edit `ios/webrtc/src/webrtc/modules/video_coding/codecs/h264/include/h264.h` by removing the line 21:
```c
#define WEBRTC_VIDEO_TOOLBOX_SUPPORTED 1 // <-- remove this line
```
### Build *libwebrtc*

* Go back to the `webrtc-build-scripts` root folder and build *libwebrtc*:
Expand Down

0 comments on commit dd7e170

Please sign in to comment.