From d8e095b56d6b79092a62e870cfb3883b49168970 Mon Sep 17 00:00:00 2001 From: Zhao Zhili Date: Wed, 5 Nov 2025 11:30:37 +0800 Subject: [PATCH] configure: cleanup rkmpp check Signed-off-by: Zhao Zhili --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index fd6f602e1d..7dc99d53ea 100755 --- a/configure +++ b/configure @@ -7366,8 +7366,7 @@ enabled openssl && { { check_pkg_config openssl "openssl >= 3.0.0" ope check_lib openssl openssl/ssl.h DTLS_get_data_mtu -lssl -lcrypto -lws2_32 -lgdi32 || die "ERROR: openssl (>= 1.1.1) not found"; } enabled pocketsphinx && require_pkg_config pocketsphinx pocketsphinx pocketsphinx/pocketsphinx.h ps_init -enabled rkmpp && { require_pkg_config rkmpp rockchip_mpp rockchip/rk_mpi.h mpp_create && - require_pkg_config rockchip_mpp "rockchip_mpp >= 1.3.7" rockchip/rk_mpi.h mpp_create && +enabled rkmpp && { require_pkg_config rkmpp "rockchip_mpp >= 1.3.7" rockchip/rk_mpi.h mpp_create && { enabled libdrm || die "ERROR: rkmpp requires --enable-libdrm"; } }