aisouard / libwebrtc

:package: Google's WebRTC implementation in a single static library.
https://axel.isouard.fr/libwebrtc
Apache License 2.0
638 stars 190 forks source link

Allow different WebRTC branches to be built #50

Open mayeut opened 7 years ago

mayeut commented 7 years ago

This commit allows different branches of WebRTC to be built.

Main differences with implementation in 730b7fd55f0cd255b177d3c20045fe021474a636:

Known issues (which are not regressions):

Some builds are visible here (branches 57 to 61): https://travis-ci.org/mayeut/libwebrtc/builds/266494102 https://ci.appveyor.com/project/mayeut/libwebrtc/build/1.0.21

aisouard commented 7 years ago

Thanks a lot for your efforts, I'll take a look tonight (GMT+1) and do my best to investigate the ABI issue with the failing windows build one.