gecko/media/webrtc/trunk
2013-04-16 15:47:41 +02:00
..
base
build Bug 807492 - reland after fixing a typo r=try-green 2013-02-24 15:34:00 +01:00
chromium_deps
google_apis/build Bug 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05:00
net
supplement Bug 830247: rollup of changes to media/webrtc/trunk, and backouts of some temp patches r=ted,derf 2013-02-09 23:16:10 -05:00
testing
third_party Bug 807492 - reland after fixing a typo r=try-green 2013-02-24 15:34:00 +01:00
tools Merge mozilla-central into build-system 2013-02-27 21:02:02 -08:00
webrtc Bug 815905 - Provide JNI as a fallback if OpenSLES opening fails. r=jesup 2013-04-16 15:47:41 +02:00
DEPS Bug 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05:00
dummy_file.txt
Makefile.old Bug 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05:00
OWNERS
peerconnection_client.target.mk Bug 830247: small changes resulting from Try build r=ted rs=me 2013-02-09 23:16:10 -05:00
peerconnection.gyp Bug 830247: rollup of changes to media/webrtc/trunk, and backouts of some temp patches r=ted,derf 2013-02-09 23:16:10 -05:00
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