ParadoxSpiral / libmpv-rs

A libmpv abstraction written in rust that's easy to use and provides the ability to read next to all video and audio codecs.
GNU Lesser General Public License v2.1
100 stars 36 forks source link

Unable to build on Raspbian #33

Open marcohoovy opened 1 year ago

marcohoovy commented 1 year ago

whenever I attempt to build on Raspbian I get the following error: /usr/bin/ld: cannot find -lmpv

the raspberry pi I have is the Raspberry Pi 4 Model B Rev 1.4 which is armv7l, I have tried to complie with the build_libmpv enabled and disabled, I have also complied mpv from source (and installed it), resulting in the same error, any ideas?