gecko-dev/media/webrtc/trunk
Martin Thomson afdaddf1d7 Bug 1155923 - Removing moz prefix from RTC interfaces, r=jesup,smaug
--HG--
extra : transplant_source : %0Adu%1E%A6j%9E%C2B%25%ECruo%F7%7Fc%EA%99%18
2015-09-28 11:25:04 -07:00
..
build Bug 1072296 - make webrtc only define WINVER and _WIN32_WINNT if we're not building for mozilla; r=mshal 2014-10-27 15:50:43 -04:00
chromium_deps
google_apis/build
net
supplement
testing Bug 1166583 - Move chromium's MakeTuple function into namespace 'base' to avoid conflicts with mozilla::MakeTuple. r=froydnj 2015-05-09 21:09:40 -05: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 1155923 - Removing moz prefix from RTC interfaces, r=jesup,smaug 2015-09-28 11:25:04 -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
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
README
dummy_file.txt
peerconnection.Makefile
peerconnection.gyp bug 1171143 - Fix iOS capture build. r=jesup 2015-02-28 19:47:07 -05:00
peerconnection_client.target.mk

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