gecko/media/webrtc/trunk
2014-06-25 13:40:18 -07:00
..
base
build Bug 987979: Patch 7 - Remove JSON/UCI requirements for Camera capture capability. r=blassey 2014-05-29 17:05:15 -04:00
chromium_deps
google_apis/build
net
supplement
testing
third_party/opus
tools
webrtc Bug 1027100: visual distortion work-around by re-initializing the vp8 encoder on frame size changes r=jesup 2014-06-25 13:40:18 -07:00
DEPS Bug 987979: Patch 1 - Webrtc updated to branch 3.50 rev 5764, pull made Mon Mar 24 15:36:34 EDT 2014 rs=jesup 2014-05-29 17:05:13 -04:00
dummy_file.txt
Makefile.old
OWNERS Bug 987979: Patch 1 - Webrtc updated to branch 3.50 rev 5764, pull made Mon Mar 24 15:36:34 EDT 2014 rs=jesup 2014-05-29 17:05:13 -04:00
peerconnection_client.target.mk
peerconnection.gyp
peerconnection.Makefile
README

This folder can be used to pull together the chromium version of webrtc
and libjingle, and build the peerconnection sample client and server. This will
check out a new repository in which you can build peerconnection_server.

Steps:
1) Create a new directory for the new repository (outside the webrtc repo):
   mkdir peerconnection
   cd peerconnection
2) gclient config --name trunk http://webrtc.googlecode.com/svn/trunk/peerconnection
3) gclient sync
4) cd trunk
5) make peerconnection_server peerconnection_client