-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add VideoPlayer Extension to All Platforms #2107
Conversation
time-killer-games
commented
Aug 10, 2020
•
edited
Loading
edited
- Win32 games need MSYS2 installed along with the mpv/libmpv package to get all the deps.
- Mac users need to install mpv/libmpv via homebrew or similar package managers available.
- Linux and FreeBSD users may simply use their package manager as usual to install libmpv.
- Android support is also possible due libmpv has an Android build - so we have all platforms.
@JoshDreamland halp |
@fundies I tried both $(PKG-CONFIG) and lower case both give me big doo doo |
@JoshDreamland libmpv autodetects when youtube-dl is installed in the case where the user passed a supported URL to video_add() and so i added youtube-dl as a dependency to Travis and Appveyor so when the time comes that I add tests, there can be a youtube URL video test as well. The end user does not need youtube-dl installed unless they want to load URL's, otherwise passing a URL to libmpv when youtube-dl isn't installed it will not prevent the EXE from running, it will just fail silently. |