diff --git a/src/core/configure.json b/src/core/configure.json index aaebcc4a85a8248379e96d81f507b3f495602c0b..e546cf899d4da1473374c56a393736067054622e 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",