RobotWebTools / webrtc_ros

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

Build webrtc for arm failed #58

Closed GMahmoud closed 3 years ago

GMahmoud commented 3 years ago

Hi guys, I tried to build webrtc for armhf architecture with the latest develop commit cf032be but the build failed due to libjpeg So I found that adding use_system_libjpeg=true make it work. Here is a patch. arm_support.zip Cheers 😄

roehling commented 3 years ago

Thanks for the patch! It would be much simpler though if you created a pull request for that…

GMahmoud commented 3 years ago

Done