ParadoxSpiral/libmpv-rs

`VersionMismatch` with mpv v0.36.0

Opened this issue · 2 comments

On mpv 0.36.0 (shipped on Arch Linux) I get a VersionMismatch { linked: 65644, loaded: 131073 } when trying to start up mpv

Error on version 0.38.0 on Arch.

The way to build it seems to require the whole mpv-build repo. Some way to only compile the libmpv-sys or something would be nice.

I solved it by copying the header files from /usr/include/mpv/ into the include directory of the libmpv-sys that it has. A way to have an option to change that would be nice.