diff options
Diffstat (limited to 'multimedia/mpv/README')
-rw-r--r-- | multimedia/mpv/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README index 53a1ef7469711..56ded2b4c9749 100644 --- a/multimedia/mpv/README +++ b/multimedia/mpv/README @@ -26,9 +26,14 @@ For example, to enable support for OpenAL and SDL2 (both disabled by default) as well as to disable javascript support (normally autodetected), you could run: -BUILD_OPTS="--enable-openal --enable-sdl2 --disable-javascript" \ +BUILD_OPTS="-Dopenal=enabled -Dsdl2=enabled -Djavascript=disabled" \ sh mpv.SlackBuild Runtime support for youtube videos requires installation of youtube-dl (available from SBo) to be installed. Watch with something like: mpv https://www.youtube.com/watch?v=mAFMJ1LnQu8 + +To enable building with meson/ninja (recommended since waf build is +to be deprecated), a patch is required to enable use of Slackware 15's +older version of meson. Unfortunately this disables the ability to +process configuration/building on Raspberry Pi. |