peeracle / webrtc

Google's implementation of WebRTC modified for libpeeracle
http://peeracle.org
Other
2 stars 3 forks source link

Remove everything unrelated to DataChannels #1

Open aisouard opened 9 years ago

aisouard commented 9 years ago

There are more than 3,000 files to build, the libwebrtc library only needs about 300 files because they've removed every dependencies to video and audio modules.

We should remove everything related to audio and video codecs.

Here's a list of every libraries compiled and needed by Peeracle, put a :ballot_box_with_check: when you've managed to remove a useless dependency.

aisouard commented 9 years ago

It's compiling 851 files right now under Linux since a144c46, but libwebrtc is still building ~300, something's missing.

aisouard commented 9 years ago

Reverted in 311be9c, we should treat issue #2 and #3 before optimizing this.

aisouard commented 9 years ago

Edited with a list of libraries to remove.