RobotWebTools / webrtc_ros

Streaming of ROS Image Topics using WebRTC
Other
131 stars 52 forks source link

Switch to building webrtc using gyp #19

Closed mitchellwills closed 9 years ago

mitchellwills commented 9 years ago

This PR switches from building webrtc by globbing all the files and adding flags that made it work to actually building using the intended build system (gyp/ninja). Build flags and libraries are then extracted from the generated ninja files to be used with CMake. This should make upgrading to the latest version of webrtc MUCH easier. It also seems to result in a more stable program.

This also removes the need to build async_web_server_cpp from source using c++11

Fixes #15