./test/run_tests.sh out/webrtcbuilds-25798-8086577-linux-x64 /home/ben/src/webrtcbuilds/test/simple_app.cc: In function ‘int main(int, char**)’: /home/ben/src/webrtcbuilds/test/simple_app.cc:30:5: error: ‘CreatePeerConnectionFactory’ is not a member of ‘webrtc’ webrtc::CreatePeerConnectionFactory( ^
Thanks. At a glance it looks like the webrtc api has reorganized and shifted things around a bit, as there is now a "api/create_peerconnection_factory.h" file that has webrtc::CreatePeerConnectionFactory.
Tests fail with branch-heads/72
./test/run_tests.sh out/webrtcbuilds-25798-8086577-linux-x64 /home/ben/src/webrtcbuilds/test/simple_app.cc: In function ‘int main(int, char**)’: /home/ben/src/webrtcbuilds/test/simple_app.cc:30:5: error: ‘CreatePeerConnectionFactory’ is not a member of ‘webrtc’ webrtc::CreatePeerConnectionFactory( ^