From 22cbed6cbc4ee728f910a5714e158d0fbe3707ab Mon Sep 17 00:00:00 2001 From: zoltanvb Date: Tue, 28 Nov 2023 22:08:32 +0100 Subject: [PATCH] Change XDelta support to automatic and check lzma.h presence. --- qb/config.libs.sh | 1 + qb/config.params.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 262d87b1b7a..5cb816f8470 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -136,6 +136,7 @@ if [ "$HAVE_EGL" = 'yes' ]; then EGL_LIBS="$EGL_LIBS $EXTRA_GL_LIBS" fi +check_header '' XDELTA lzma.h check_lib '' SSA '-lfribidi -lass' ass_library_init check_lib '' SSE '-msse -msse2' check_pkgconf EXYNOS libdrm_exynos diff --git a/qb/config.params.sh b/qb/config.params.sh index 82434196fee..b3143897060 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -6,7 +6,7 @@ HAVE_CORE_INFO_CACHE=yes # Core info cache support HAVE_BLUETOOTH=no # Bluetooth support HAVE_NVDA=yes # NVDA support HAVE_PATCH=yes # Softpatching support (BPS/IPS/UPS) -HAVE_XDELTA=yes # Xdelta softpatching support (requires softpatching) +HAVE_XDELTA=auto # Xdelta softpatching support (requires softpatching) HAVE_SAPI=no # SAPI support HAVE_VIDEO_FILTER=yes # Video filter support HAVE_WINRAWINPUT=yes # Windows Raw Input support (XP and higher)