gecko-dev/media/webrtc/trunk
Gian-Carlo Pascutto e0160eacdc Bug 1038799 - Properly wrap Xfixes.h header. r=glandium 2014-07-16 19:16:38 +02:00
..
base Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
build Bug 983504 - Screensharing fix: B2G doesn't use X11. r=ted 2014-07-16 19:16:38 +02:00
chromium_deps Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
google_apis/build Bug 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05:00
net Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
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 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 1038799 - Properly wrap Xfixes.h header. r=glandium 2014-07-16 19:16:38 +02: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
Makefile.old Bug 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05:00
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
README
dummy_file.txt Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
peerconnection.Makefile Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
peerconnection.gyp Bug 983504 - Buildsystem changes for screen sharing. r=ted 2014-07-07 08:50:00 +02:00
peerconnection_client.target.mk Bug 830247: small changes resulting from Try build r=ted rs=me 2013-02-09 23:16:10 -05:00

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