-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-mpv not fount #18
Comments
You gotta install mpv-dev or libmpv-dev if you're on Linux. If you've got an M1 mac I haven't figured out how to get native MPV working yet |
https://github.com/yourok/go-mpv/mpv not found this repo. i can't go build this. sorry for my unclear expression |
Sorry, I'll try to provide more specific instructions. What operating system or distro are you using? |
Shouldn't macOS be able to use x86 through Rosetta on Apple Silicon (M1, etc)? |
@wildeyedskies I have mpv installed via brew, but it still can't find it (I think because it's looking in the wrong place) |
@second2falcon I am currently developing a Go-based Subsonic desktop client that also uses libmpv. You may find my build instructions for Mac useful. I imagine if you set the same environment variables the stmp build will worlk too. FYI I have successfully built on M1 Mac with the Homebrew mpv package. https://github.com/dweymouth/supersonic |
@dweymouth it compiled fine now, but now I get a different error
@wildeyedskies any idea what this means? |
I forgot to write an update here, but I got it working a while ago. iirc I just deleted the folder, compiled again and it worked fine. also @dweymouth I read on your repo that you are looking for M1 compilers. I'd be down, just tag or contact me. |
../../go/pkg/mod/github.com/yourok/[email protected]/mpv/consts.go:3:10: fatal error: 'mpv/client.h' file not found
#include <mpv/client.h>
^~~~~~~~~~~~~~
1 error generated.
The text was updated successfully, but these errors were encountered: