From 23e0682dd4e0bf61a45d9c907ede2361dac28f5e Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 13 Nov 2014 16:18:40 +0100 Subject: command: export mpv configure arguments as property It seems strange that a client API user can't get this string, other than analyzing the mpv log output. --- DOCS/man/input.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 21d0751447..f58ac0dda3 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1422,6 +1422,10 @@ Property list Return the mpv version/copyright string. Depending on how the binary was built, it might contain either a release version, or just a git hash. +``mpv-configuration`` + Return the configuration arguments which were passed to the build system + (typically the way ``./waf configure ...`` was invoked). + ``options/`` (RW) Read-only access to value of option ``--``. Most options can be changed at runtime by writing to this property. Note that many options -- cgit v1.2.3