summaryrefslogtreecommitdiffstats
path: root/src/multimedia/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-01-29 10:56:21 +0100
committerLars Knoll <lars.knoll@qt.io>2021-02-09 14:33:42 +0000
commit6b7a6f01173dacd34d22403b5367ff09802ed982 (patch)
treeec716a2e10b7f9ace7834fcbba0faf78d2275698 /src/multimedia/configure.json
parentc35cbd287ec26305ec8f755d4436ccf983597f7e (diff)
Remove the gstreamer encoding profile test
We now require the gstreamer base libs, and the base utils library always contains encoding profile support. So get rid of the feature check for this one, we can safely assume it's supported. Change-Id: I4d9d44aaed07bbc49d46c5bd03cae2662b6935e0 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.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/multimedia/configure.json b/src/multimedia/configure.json
index 582f022f2..e29a35e97 100644
--- a/src/multimedia/configure.json
+++ b/src/multimedia/configure.json
@@ -103,12 +103,6 @@
"type": "compile",
"test": "evr"
},
- "gstreamer_encodingprofiles": {
- "label": "GStreamer encoding-profile.h",
- "type": "compile",
- "use": "gstreamer",
- "test": "gstreamer_encodingprofiles"
- },
"gpu_vivante": {
"label": "Vivante GPU",
"type": "compile",
@@ -158,11 +152,6 @@
"condition": "(features.gstreamer_1_0 && libs.gstreamer_app_1_0)",
"output": [ "privateFeature" ]
},
- "gstreamer_encodingprofiles": {
- "label": "GStreamer encoding-profile.h",
- "condition": "features.gstreamer && tests.gstreamer_encodingprofiles",
- "output": [ "privateFeature" ]
- },
"gstreamer_photography": {
"label": "GStreamer Photography",
"condition": "(features.gstreamer_1_0 && libs.gstreamer_photography_1_0)",