From 9409fca097576883177a98ac360e8816d184a59c Mon Sep 17 00:00:00 2001 From: leot Date: Mon, 13 Mar 2017 10:26:24 +0000 Subject: 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. --- multimedia/mpv/options.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'multimedia/mpv') 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 @@ -62,7 +61,6 @@ WAF_CONFIGURE_ARGS+= --enable-sdl2 WAF_CONFIGURE_ARGS+= --disable-sdl2 .endif -### ### ### SDL support (audio output) ### -- cgit v1.2.3