summaryrefslogtreecommitdiffstats
path: root/src/multimedia/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-01-13 15:39:29 +0100
committerLars Knoll <lars.knoll@qt.io>2021-01-22 07:03:16 +0000
commit85e2f9712f257627529b3877e0c71dcc344a5313 (patch)
tree68859195970d7374f28074b5cabf458926e2a5fc /src/multimedia/configure.json
parent98148969b112f82d2b49e77950ea5f6d8b37b8b2 (diff)
Add a QMediaDeviceInfo class to enumerate input/output devices
Use this as the starting point for a new QPA like backend infrastructure. Refactor places that use the device information to use the new infrastructure. Cleanup the audio subsystem part and port it over to the new infrastructure. Android and QNX are not ported yet. Change-Id: I99c459c998f1f05e1c40ad30c700011e41cef533 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/configure.json')
-rw-r--r--src/multimedia/configure.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/multimedia/configure.json b/src/multimedia/configure.json
index cef27ae4b..582f022f2 100644
--- a/src/multimedia/configure.json
+++ b/src/multimedia/configure.json
@@ -129,12 +129,11 @@
"features": {
"alsa": {
"label": "ALSA",
- "condition": "config.unix && !config.qnx && libs.alsa && !libs.pulseaudio",
+ "condition": "config.unix && !config.qnx && libs.alsa && !features.gstreamer && !features.pulseaudio",
"output": [ "feature", "privateFeature" ]
},
"avfoundation": {
"label": "AVFoundation",
- "emitIf": "config.darwin",
"condition": "libs.avfoundation",
"output": [ "feature", "privateFeature" ]
},