From dd7e170033c4cf73d5f4384bc96df503ae72078b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Thu, 26 Nov 2015 17:58:25 +0100 Subject: [PATCH] Update doc. --- docs/BuildingLibWebRTC.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/BuildingLibWebRTC.md b/docs/BuildingLibWebRTC.md index af7775ae..0a67f2e2 100644 --- a/docs/BuildingLibWebRTC.md +++ b/docs/BuildingLibWebRTC.md @@ -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*: