summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorleot <leot>2017-03-13 10:26:24 +0000
committerleot <leot>2017-03-13 10:26:24 +0000
commit9409fca097576883177a98ac360e8816d184a59c (patch)
tree43176bc7ded857e615166689ac66bde9c90ae68b /multimedia
parent9707228cd2d1516978c90b69a39a44da9724dc9b (diff)
downloadpkgsrc-9409fca097576883177a98ac360e8816d184a59c.tar.gz
Document that sdl2 option provides both audio and video outputs (similarly to
other comment in the options). While here get rid of extra `###' lines. No functional changes.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/options.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mpv/options.mk b/multimedia/mpv/options.mk
index c9d247f9d01..0db2bc7cb26 100644
--- a/multimedia/mpv/options.mk
+++ b/multimedia/mpv/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2017/03/12 11:45:28 leot Exp $
+# $NetBSD: options.mk,v 1.13 2017/03/13 10:26:24 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mpv
@@ -52,8 +52,7 @@ WAF_CONFIGURE_ARGS+= --disable-pulse
.endif
###
-###
-### SDL2 support
+### SDL2 support (audio and video output)
###
.if !empty(PKG_OPTIONS:Msdl2)
WAF_CONFIGURE_ARGS+= --enable-sdl2
@@ -63,7 +62,6 @@ WAF_CONFIGURE_ARGS+= --disable-sdl2
.endif
###
-###
### SDL support (audio output)
###
.if !empty(PKG_OPTIONS:Msdl)