How to compile a package containing all references to libmpv on macos?
klousCan opened this issue · 3 comments
klousCan commented
Using libmpv in macOS is a bit complicated and not very friendly for software distribution。
When using macos, always need to use brew to install dependency packages
birros commented
klousCan commented
For example, if there is no ffmpeg library on macos, the application will not be able to use it, so "all references" means including all running dependencies.
例如,如果macos上没有ffmpeg库,应用程序将无法使用它,因此“所有引用”意味着包括运行所需要的依赖项。
alexmercerind commented
The binary is self-sufficient. No external dependency.