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

Commit b249381

Browse files
committed
Fix build issues after rebasing.
1 parent 03ce0be commit b249381

File tree

3 files changed

+0
-109
lines changed

3 files changed

+0
-109
lines changed

scripts/build.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@
106106
"webrtc-frame": {
107107
"path" : "source/agent/webrtc/rtcFrame"
108108
},
109-
"webrtc" : {
110-
"path" : "source/agent/webrtc/webrtcLib"
111-
},
112109
"sip" : {
113110
"path" : "source/agent/sip/sipIn",
114111
"gyp" : "binding.sip.gyp"

source/agent/webrtc/rtcFrame/addon.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,12 @@
66
#include "AudioFramePacketizerWrapper.h"
77
#include "VideoFrameConstructorWrapper.h"
88
#include "VideoFramePacketizerWrapper.h"
9-
#include "WebRtcConnection.h"
10-
#include "ThreadPool.h"
11-
#include "IOThreadPool.h"
12-
#include "MediaStream.h"
139

1410
#include <node.h>
1511

1612
using namespace v8;
1713

1814
void InitAll(Handle<Object> exports) {
19-
WebRtcConnection::Init(exports);
20-
MediaStream::Init(exports);
21-
ThreadPool::Init(exports);
22-
IOThreadPool::Init(exports);
2315
AudioFrameConstructor::Init(exports);
2416
AudioFramePacketizer::Init(exports);
2517
VideoFrameConstructor::Init(exports);

source/agent/webrtc/webrtcLib/binding.gyp

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)