summaryrefslogtreecommitdiffstats
path: root/src/multimedia/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-12-14 12:53:21 +0100
committerLars Knoll <lars.knoll@qt.io>2021-01-20 15:08:41 +0000
commit397cb94d6882940114cb6c96a88e8ac0b64203a4 (patch)
treed2ac9e1440a208e9fdf2f04d3b2f13d177021c89 /src/multimedia/configure.json
parent46381711557aad4f264470e555c77f7d6d07cbb9 (diff)
Get rid of the unused resource policy and availability control
The only implementation of this was using some Nokia specific library, that hasn't existed since 2012 anymore. Change-Id: Ieaec2176ad8e4fc170bb5254944fffc41edccefa 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.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/multimedia/configure.json b/src/multimedia/configure.json
index d50f8c015..56004152d 100644
--- a/src/multimedia/configure.json
+++ b/src/multimedia/configure.json
@@ -109,13 +109,6 @@
{ "type": "pkgConfig", "args": "gstreamer-gl-1.0" }
]
},
- "libresourceqt5": {
- "label": "libresourceqt5",
- "test": "resourcepolicy",
- "sources": [
- { "type": "pkgConfig", "args": "libresourceqt5" }
- ]
- },
"mmrenderer": {
"label": "MMRenderer",
"test": "mmrenderer",
@@ -238,11 +231,6 @@
"condition": "features.gui && features.opengles2 && tests.gpu_vivante",
"output": [ "privateFeature" ]
},
- "resourcepolicy": {
- "label": "Resource Policy (libresourceqt5)",
- "condition": "libs.libresourceqt5",
- "output": [ "privateFeature" ]
- },
"linux_v4l": {
"label": "Video for Linux",
"condition": "config.unix && tests.linux_v4l",
@@ -289,7 +277,6 @@
"gstreamer_0_10",
"linux_v4l",
"pulseaudio",
- "resourcepolicy",
"mmrenderer",
"avfoundation",
"directshow",