Glimesh / janus-ftl-plugin

A plugin for the Janus WebRTC gateway to enable relaying of audio/video streams utilizing Mixer's FTL (Faster-Than-Light) protocol.
https://hayden.fyi/posts/2020-08-03-Faster-Than-Light-protocol-engineering-notes.html
GNU Affero General Public License v3.0
44 stars 11 forks source link

💨 Support compiling with clang #105

Closed danstiner closed 3 years ago

danstiner commented 3 years ago

Splitting this off from what I'm working on.

No functional change, just handy because it compiles twice as fast and has better error messages.

test with CC=clang CXX=clang++ meson build-clang && ninja -C build-clang

danstiner commented 3 years ago

Tested to still work on an ingest node.