opnsense-ports/multimedia/qt5-multimedia/files/patch-src_multimedia_configure.json
Franco Fichtner d92f6bb96e */*: sync with upstream
Taken from: HardenedBSD
2018-01-08 13:44:41 +01:00

11 lines
565 B
JSON

Make it possible to disable OpenAL support via a command-line option.
--- src/multimedia/configure.json
+++ src/multimedia/configure.json
@@ -9,6 +9,7 @@
"options": {
"alsa": "boolean",
"gstreamer": { "type": "optionalString", "values": [ "no", "yes", "0.10", "1.0" ] },
+ "openal": "boolean",
"pulseaudio": "boolean",
"mediaplayer-backend": { "type": "string", "values": [ "directshow", "wmf" ] },
"wmf-backend": { "type": "void", "name": "mediaplayer-backend", "value": "wmf" }