vsimon / webrtcbuilds

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
BSD 3-Clause "New" or "Revised" License
202 stars 163 forks source link

Build with Third_Party Json? #90

Open BenHamrick opened 6 years ago

BenHamrick commented 6 years ago

I see the flag WEBRTC_EXTERNAL_JSON inside of the webrtc headers. However I can not use it because the third_party headers are not included. Is it possible to compile webrtc with these third_party headers? I am having a lot of problems with my systems jsoncpp library.