From 89e4c8286d4f06239442ca0d8a9f89761cfc64da Mon Sep 17 00:00:00 2001 From: Val Doroshchuk Date: Tue, 8 Jan 2019 12:48:57 +0100 Subject: Allow disabling directshow or wmf plugin Directshow or wmf now could be disabled by -no-directshow or -no-wmf within configuring. Change-Id: I5408f8b5ff0fcaa18da2b15df637eb04effecff1 Reviewed-by: Oliver Wolff --- src/multimedia/configure.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/multimedia/configure.json') diff --git a/src/multimedia/configure.json b/src/multimedia/configure.json index 9980b0664..ba800fac5 100644 --- a/src/multimedia/configure.json +++ b/src/multimedia/configure.json @@ -9,6 +9,8 @@ "options": { "alsa": "boolean", "evr": { "type": "boolean" }, + "directshow": { "type": "boolean" }, + "wmf": { "type": "boolean" }, "gstreamer": { "type": "optionalString", "values": [ "no", "yes", "0.10", "1.0" ] }, "pulseaudio": "boolean", "mediaplayer-backend": { "type": "string", "values": [ "directshow", "wmf" ] }, -- cgit v1.2.3