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

mac m1 ventura - cargo fails with link error #31

Open hlima opened 1 year ago

hlima commented 1 year ago

building the events example with "cargo build --example events" gives this error: = note: ld: library not found for -lmpv clang: error: linker command failed with exit code 1 (use -v to see invocation) error: could not compile libmpv due to previous error