From ed1c711532227a7504fe6a700d9051a443c3a61b Mon Sep 17 00:00:00 2001 From: Thiago Macieira <thiago.macieira@intel.com> Date: Wed, 5 Sep 2018 00:03:05 -0700 Subject: [PATCH] Remove more dead code from the libsrtp test Commit 83e790dae14725347180bb79e463c5f242616b8d removed the test, but not the configure.json files, so the test always failed because the test failed to compile. Change-Id: I8b4ab98c34b94afd94b6fffd15516f06ec21c791 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> --- src/core/configure.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/core/configure.json b/src/core/configure.json index aaebcc4a8..e546cf899 100644 --- a/src/core/configure.json +++ b/src/core/configure.json @@ -250,11 +250,6 @@ "test": "snappy", "type": "compile" }, - "webengine-srtp": { - "label": "srtp", - "test": "srtp", - "type": "compile" - }, "webengine-winversion": { "label": "winversion", "test": "winversion", @@ -474,11 +469,6 @@ "condition": "config.unix && tests.webengine-snappy", "output": [ "privateFeature" ] }, - "webengine-system-libsrtp" : { - "label": "libsrtp", - "condition": "config.unix && tests.webengine-srtp", - "output": [ "privateFeature" ] - }, "webengine-winversion" : { "label": "winversion", "condition": "config.win32 && tests.webengine-winversion", @@ -751,7 +741,6 @@ "webengine-system-ffmpeg", "webengine-system-libvpx", "webengine-system-snappy", - "webengine-system-libsrtp", "webengine-system-glib", "webengine-system-zlib", "webengine-system-minizip", -- GitLab