Be
Be
Ah, I used GNU ld on x86-64 with a chromium-llvm built libwebrtc.a and reproduced the linker error running `cargo build -p livekit-ffi`. :weary: I've worked on [another project](https://github.com/KDAB/cxx-qt) using cxx...
Linking fails with GNU ld with a gcc-built libwebrtc.a as well :melting_face: ``` error: linking with `clang` failed: exit status: 1 | = note: "clang" "-Wl,--version-script=/tmp/rustc1rEJSb/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc1rEJSb/symbols.o" ""...
I could put some hacks in build.rs to use lld, mold, and wild in preference to GNU ld. That doesn't seem necessary though now that Rust ships and uses lld...
@cloudwebrtc Are you able to link with another linker?
I am now doubting that there is any use case for the `use_sysroot=true` gn option for us. At first I thought it might be helpful for linking against an old...
I'm unclear why #722 made a change at a higher level of the stack in NativeAudioSink rather than fixing it here. Zed calls AudioResampler::remix_and_resample directly, so switching to this repository's...
@xianshijing-lk could you take a look at this? Zed panics on livekit's main branch without this one line change.
Ping @xianshijing-lk, could you take a look at this one line fix?
I am also experiencing this bug since updating from LineageOS 20 (Android 13) to LineageOS 21 (Android 14) on a Motorola G7 Play. I can also confirm that Signal is...
This seems likely to be a LineageOS bug rather than a Signal bug, but I'm not certain there isn't a bug in Signal. Multiple devices with multiple applications have been...