summaryrefslogtreecommitdiffstats
path: root/src/multimedia/configure.json
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-06-02 10:56:48 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-08-03 11:31:17 +0200
commit9c9bc7e6b95bb3c3d4f5347b6c70cbd15c74c69c (patch)
tree74df82b4ea1e7c617f7664ac90eef5ec3be94207 /src/multimedia/configure.json
parenta553c7d1b63defc963a043e363f8d75d255e9c72 (diff)
Remove AudioEngine
Task-number: QTBUG-74423 Fixes: QTBUG-84596 Change-Id: I21184ee24cbcbd5091e3466b132301e80bfad7d8 Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/multimedia/configure.json')
-rw-r--r--src/multimedia/configure.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/multimedia/configure.json b/src/multimedia/configure.json
index 20201f75f..d50f8c015 100644
--- a/src/multimedia/configure.json
+++ b/src/multimedia/configure.json
@@ -123,16 +123,6 @@
{ "libs": "-lmmrndclient -lstrm" }
]
},
- "openal": {
- "label": "OpenAL",
- "test": "openal",
- "sources": [
- { "type": "pkgConfig", "args": "openal" },
- { "libs": "-lOpenAL32", "condition": "config.win32" },
- { "libs": "-framework OpenAL", "condition": "config.darwin" },
- { "libs": "-lopenal", "condition": "config.unix && !config.darwin" }
- ]
- },
"pulseaudio": {
"label": "PulseAudio >= 0.9.10",
"test": "pulseaudio",
@@ -264,11 +254,6 @@
"condition": "libs.mmrenderer",
"output": [ "feature", "privateFeature" ]
},
- "openal": {
- "label": "OpenAL",
- "condition": "libs.openal",
- "output": [ "feature", "privateFeature" ]
- },
"pulseaudio": {
"label": "PulseAudio",
"autoDetect": "config.unix",
@@ -303,7 +288,6 @@
"gstreamer_1_0",
"gstreamer_0_10",
"linux_v4l",
- "openal",
"pulseaudio",
"resourcepolicy",
"mmrenderer",