diff options
-rw-r--r-- | multimedia/mpv/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README index f1ecf96a8ccce..e018b5979ad42 100644 --- a/multimedia/mpv/README +++ b/multimedia/mpv/README @@ -23,11 +23,11 @@ disabled by default and may be enabled via the BUILD_OPTS environment variable. Optional dependencies that are enabled by default may be disabled in the same way. -For example, to enable support for Samba and SDL2 (both disabled +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-libsmbclient --enable-sdl2 --disable-javascript" \ +BUILD_OPTS="--enable-openal --enable-sdl2 --disable-javascript" \ sh mpv.SlackBuild Runtime support for youtube videos requires installation of youtube-dl |