gecko/media/webrtc/trunk
2013-07-21 03:47:24 -04:00
..
base
build
chromium_deps
google_apis/build
net
supplement
testing Bug 807492 Part 3 - Backport chunk of upstream gtest r629 to fix <tuple> detection on BSDs with old libstdc++, not breaking it on MacOSX r=upstream 2013-06-13 08:41:49 +02:00
third_party Bug 878446 - Disable libyuv asm without SSSE3 as well. r=jesup 2013-06-08 12:44:26 +02:00
tools bug 880879: Webrtc updated to 4180; pull made on Wed Jan 05 04:11:00 EDT 2013 rs=derf 2013-06-11 21:08:23 -04:00
webrtc Bug 886886: replace fixed-ratio capture resampler in webrtc with speex resample r=derf,jmspeex 2013-07-21 03:47:24 -04:00
DEPS
dummy_file.txt
Makefile.old
OWNERS
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