This patch fixes compilation issues related to usage of std::unique_ptr and NULL instead of nullptr. This issue pops up once you would try to compile whole webrtc with using C++14 and gcc-4.9 BUG=webrtc:7461 Review-Url: https://codereview.webrtc.org/2806693004 Cr-Commit-Position: refs/heads/master@{#17600}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.