From 2e241c0a47f3c9629c6f751ed9ca309d4c8e3a57 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 4 Aug 2014 10:54:22 +0200 Subject: build: allow to disable building the cplayer --- wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index e0d71235e5..7786ebf7d2 100644 --- a/wscript +++ b/wscript @@ -728,6 +728,10 @@ scripting_features = [ standalone_features = [ { + 'name': '--cplayer', + 'desc': 'mpv CLI player', + 'func': check_true + }, { 'name': 'win32-executable', 'desc': 'w32 executable', 'deps_any': [ 'os-win32', 'os-cygwin'], -- cgit v1.2.3