summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Christoph Willing2023-03-15 09:16:23 +0100
committer Willy Sudiarto Raharjo2023-03-18 03:50:19 +0100
commit9f607eddc64766c1f62307a665289066c34e7ecb (patch)
tree7b338c771cf4991d78f9fb29fa50de58847fdbfc /multimedia
parent788e2dda2ecf6c1cc3b1fc6e7081e39a8056c8dc (diff)
downloadslackbuilds-9f607eddc64766c1f62307a665289066c34e7ecb.tar.gz
multimedia/mpv: Updated README
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README
index f1ecf96a8c..e018b5979a 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