(Auto)update libjingle 73222930-> 73226398
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6891 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
#include <utility>
|
||||
|
||||
#include "talk/app/webrtc/videosourceinterface.h"
|
||||
#include "talk/examples/peerconnection/client/defaults.h"
|
||||
#include "talk/media/devices/devicemanager.h"
|
||||
#include "webrtc/base/common.h"
|
||||
#include "webrtc/base/json.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "talk/examples/peerconnection/client/defaults.h"
|
||||
#include "talk/media/devices/devicemanager.h"
|
||||
|
||||
// Names used for a IceCandidate JSON object.
|
||||
const char kCandidateSdpMidName[] = "sdpMid";
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
#include "talk/examples/peerconnection/client/main_wnd.h"
|
||||
#include "talk/examples/peerconnection/client/peer_connection_client.h"
|
||||
#include "talk/app/webrtc/mediastreaminterface.h"
|
||||
#include "talk/app/webrtc/peerconnectioninterface.h"
|
||||
#include "talk/examples/peerconnection/client/main_wnd.h"
|
||||
#include "talk/examples/peerconnection/client/peer_connection_client.h"
|
||||
#include "webrtc/base/scoped_ptr.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
@@ -29,9 +29,9 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "talk/examples/peerconnection/client/defaults.h"
|
||||
#include "webrtc/base/common.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "talk/examples/peerconnection/client/defaults.h"
|
||||
|
||||
ATOM MainWnd::wnd_class_ = 0;
|
||||
const wchar_t MainWnd::kClassName[] = L"WebRTC_MainWnd";
|
||||
|
||||
@@ -33,12 +33,12 @@
|
||||
#include <string>
|
||||
|
||||
#include "talk/app/webrtc/mediastreaminterface.h"
|
||||
#include "webrtc/base/win32.h"
|
||||
#include "talk/examples/peerconnection/client/peer_connection_client.h"
|
||||
#include "talk/media/base/mediachannel.h"
|
||||
#include "talk/media/base/videocommon.h"
|
||||
#include "talk/media/base/videoframe.h"
|
||||
#include "talk/media/base/videorenderer.h"
|
||||
#include "webrtc/base/win32.h"
|
||||
|
||||
class MainWndCallback {
|
||||
public:
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
|
||||
#include "talk/examples/peerconnection/client/defaults.h"
|
||||
#include "webrtc/base/common.h"
|
||||
#include "webrtc/base/nethelpers.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "webrtc/base/nethelpers.h"
|
||||
#include "webrtc/base/stringutils.h"
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
#include <string>
|
||||
|
||||
#include "webrtc/base/nethelpers.h"
|
||||
#include "webrtc/base/signalthread.h"
|
||||
#include "webrtc/base/sigslot.h"
|
||||
#include "webrtc/base/physicalsocketserver.h"
|
||||
#include "webrtc/base/scoped_ptr.h"
|
||||
#include "webrtc/base/signalthread.h"
|
||||
#include "webrtc/base/sigslot.h"
|
||||
|
||||
typedef std::map<int, std::string> Peers;
|
||||
|
||||
|
||||
@@ -31,10 +31,10 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "webrtc/base/flags.h"
|
||||
#include "talk/examples/peerconnection/server/data_socket.h"
|
||||
#include "talk/examples/peerconnection/server/peer_channel.h"
|
||||
#include "talk/examples/peerconnection/server/utils.h"
|
||||
#include "webrtc/base/flags.h"
|
||||
|
||||
DEFINE_bool(help, false, "Prints this message");
|
||||
DEFINE_int(port, 8888, "The port on which to listen.");
|
||||
|
||||
Reference in New Issue
Block a user