1
0
forked from ports/contrib

mpv: updated README

This commit is contained in:
John McQuah 2023-09-02 09:10:32 -04:00
parent aeb86e60d2
commit 2dfa61f37d

View File

@ -3,7 +3,13 @@ NOTES
For optical audio/dvd/blu-ray playback you need to install
"libcdio-paranoia libdvdnav libbluray", respectively.
To use Vulkan API add "--vo=gpu --gpu-api=vulkan" to mpv.
To take advantage of shell completions, install either zsh or
bash-completion before building mpv.
To take advantage of shell completions, install either zsh
or bash-completion before building mpv.
The choice of video backend is left up to the user, in order for
this port to satisfy a variety of use-cases (e.g., Wayland-only,
X11 with SDL, X11 without SDL). Before building this port, make
sure to install the desired optional dependencies for your
use-case (e.g., libvdpau, xorg-libxpresent, libsdl2). If you build
mpv with *only* its hard dependencies present, you should expect a
crippled package.