Skip to content

Commit

Permalink
Change XDelta support to automatic and check lzma.h presence.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb committed Nov 28, 2023
1 parent 7294dbe commit 22cbed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions qb/config.libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qb/config.params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 22cbed6

Please sign in to comment.