gecko/media/webrtc/trunk
2014-05-09 14:40:32 -04:00
..
base
build Bug 981780: fix disable-webrtc r=glandium 2014-05-09 14:40:32 -04:00
chromium_deps
google_apis/build
net
supplement
testing Bug 938092 - Building with gcc4.5 fails if both --enable-webrtc and --enable-tests. r=tterribe 2014-01-02 20:31:52 -06:00
third_party/opus Bug 813645 - Move libyuv to media/libyuv r=glandium 2014-01-30 19:55:04 -05:00
tools Bug 778236 - Treat gyp files as if their content was defined in moz.build files. r=gps 2013-12-12 23:41:05 +09:00
webrtc Bug 1005784 - Fix -Wuninitialized warnings in webrtc/modules/audio_device/linux/. r=jesup 2014-05-05 23:38:04 -07:00
DEPS
dummy_file.txt
Makefile.old
OWNERS
peerconnection_client.target.mk
peerconnection.gyp Bug 813645 - Move libyuv to media/libyuv r=glandium 2014-01-30 19:55:04 -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