Closed GMahmoud closed 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 😄
armhf
cf032be
use_system_libjpeg=true
Thanks for the patch! It would be much simpler though if you created a pull request for that…
Done
Hi guys, I tried to build webrtc for
armhf
architecture with the latest develop commitcf032be
but the build failed due to libjpeg So I found that addinguse_system_libjpeg=true
make it work. Here is a patch. arm_support.zip Cheers 😄