pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Mar 13 10:26:24 UTC 2017

Modified Files:
        pkgsrc/multimedia/mpv: options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/mpv/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mpv/options.mk
diff -u pkgsrc/multimedia/mpv/options.mk:1.12 pkgsrc/multimedia/mpv/options.mk:1.13
--- pkgsrc/multimedia/mpv/options.mk:1.12       Sun Mar 12 11:45:28 2017
+++ pkgsrc/multimedia/mpv/options.mk    Mon Mar 13 10:26:24 2017
@@ -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)



Home | Main Index | Thread Index | Old Index