summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/multimedia/configure.json2
1 files changed, 2 insertions, 0 deletions
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" ] },