1
0
hugo/content/blog/2019-09-28-mpv.md
2024-04-23 22:21:26 +09:00

682 B

+++ date = "2019-09-28" tags = ["mpv"] title = "homebrewのmpvでrebuild mpv insteadと言われる件" slug = "mpv" +++

mpvが動かず

mpv was compiled against a different version of FFmpeg/Libav than the shared library it is linked against. This is most likely a broken build and could result in misbehavior and crashes.

mpv does not support this configuration and will not run - rebuild mpv instead.

とか言われる。これは、mpvがhomebrew/coreからcaskに移行したからっぽい。したがって、一旦、uninstallしてから、caskでinstallすればよさそう。

$ brew uninstall --ignore-dependencies mpv
$ brew cask install mpv