From 83e790dae14725347180bb79e463c5f242616b8d Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 11 Aug 2017 12:09:06 +0200 Subject: Remove dead code for detecting system SRTP We currently don't support unbundling SRTP because Chromium uses a too new unreleased version, but we were still testing for it and claiming to use the system one if found. Change-Id: I250f0d7fc1e09398b3196895bdd529d366cd0a86 Reviewed-by: Alexandru Croitor --- mkspecs/features/configure.prf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mkspecs') diff --git a/mkspecs/features/configure.prf b/mkspecs/features/configure.prf index f7a38ac12..cf8a9dbb3 100644 --- a/mkspecs/features/configure.prf +++ b/mkspecs/features/configure.prf @@ -108,11 +108,6 @@ defineTest(runConfigure) { log("Compatible system libvpx not found. Using Chromium's copy.$${EOL}") WEBENGINE_CONFIG += use_bundled_libvpx } - config_srtp: WEBENGINE_CONFIG += use_system_libsrtp - else { - log("System libsrtp not found. Using Chromium's copy.$${EOL}") - WEBENGINE_CONFIG += use_bundled_srtp - } config_snappy: WEBENGINE_CONFIG += use_system_snappy else { log("System snappy not found. Using Chromium's copy.$${EOL}") -- cgit v1.2.3