media-kit / libmpv-darwin-build

libmpv for macOS & iOS.
Other
34 stars 13 forks source link

How to compile a package containing all references to libmpv on macos? #30

Open klousCan opened 4 months ago

klousCan commented 4 months ago

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 4 months ago

If by "all references" you mean "all codecs" in this case, there are already "full" versions that are available. You can download them from the section /releases section.


If your question is about media-kit I suggest you follow the procedure given in this comment to use the full version.

klousCan commented 4 months ago

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库,应用程序将无法使用它,因此“所有引用”意味着包括运行所需要的依赖项。