diff options
author | leot <leot@pkgsrc.org> | 2017-03-13 10:26:24 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-03-13 10:26:24 +0000 |
commit | 0093bacc60eb0e35a39a77f11dbb070a23f7cf41 (patch) | |
tree | b4c1205d335e8dc6668e6d2973d17adeccc90b4a /multimedia | |
parent | ecd37cfa0a8925f8d917f441eb6d463089559e8a (diff) | |
download | pkgsrc-0093bacc60eb0e35a39a77f11dbb070a23f7cf41.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.mk | 6 |
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) |