You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0425]: cannot find function `pw_init` in crate `pw_sys`
--> /wrkdirs/usr/ports/multimedia/pw-viz/work/pw-viz-0.3.0/cargo-crates/pipewire-0.8.0/src/lib.rs:158:49
|
158 | INITIALIZED.get_or_init(|| unsafe { pw_sys::pw_init(ptr::null_mut(), ptr::null_mut()) });
| ^^^^^^^ not found in `pw_sys`
error[E0425]: cannot find function `pw_deinit` in crate `pw_sys`
--> /wrkdirs/usr/ports/multimedia/pw-viz/work/pw-viz-0.3.0/cargo-crates/pipewire-0.8.0/src/lib.rs:167:13
|
167 | pw_sys::pw_deinit()
| ^^^^^^^^^ not found in `pw_sys`
Version: 0.3.0
FreeBSD 14.1
The text was updated successfully, but these errors were encountered:
Version: 0.3.0
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: