pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mpv Document that sdl2 option provides both...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/334ad79c6f93
branches:  trunk
changeset: 359593:334ad79c6f93
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Mar 13 10:26:24 2017 +0000

description:
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:

 multimedia/mpv/options.mk |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 429c6327508b -r 334ad79c6f93 multimedia/mpv/options.mk
--- a/multimedia/mpv/options.mk Mon Mar 13 10:20:45 2017 +0000
+++ b/multimedia/mpv/options.mk Mon Mar 13 10:26:24 2017 +0000
@@ -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 @@
 .endif
 
 ###
-###
-### SDL2 support
+### SDL2 support (audio and video output)
 ###
 .if !empty(PKG_OPTIONS:Msdl2)
 WAF_CONFIGURE_ARGS+=   --enable-sdl2
@@ -63,7 +62,6 @@
 .endif
 
 ###
-###
 ### SDL support (audio output)
 ###
 .if !empty(PKG_OPTIONS:Msdl)



Home | Main Index | Thread Index | Old Index