From 1c4d97c67ae86ed6bf4cd04c905962b5d34abd81 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 23 Jun 2017 15:18:46 +0200 Subject: player: disable dumping configutation in LGPL mode This was added in 0810e4275. The patch author did not reply (yet). Not sure if copyrightable, but I'm making the still existing C part GPL-only for now (in a previous commit). --- player/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/player/main.c b/player/main.c index fa00f0a463..cee9458470 100644 --- a/player/main.c +++ b/player/main.c @@ -147,7 +147,10 @@ void mp_print_version(struct mp_log *log, int always) mp_msg(log, v, "\n"); // Only in verbose mode. if (!always) { +#if HAVE_GPL + // Possibly GPL due to 0810e42750fb2e2e0d602388cef1b8ea8015d935. mp_msg(log, MSGL_V, "Configuration: " CONFIGURATION "\n"); +#endif mp_msg(log, MSGL_V, "List of enabled features: %s\n", FULLCONFIG); } } -- cgit v1.2.3