small typos
This commit is contained in:
parent
407bd1391d
commit
7544b27e90
@ -838,8 +838,7 @@ AS_IF([test x"$with_libjxl" = x"module"],
|
||||
|
||||
if test x"$with_libjxl" != x"no"; then
|
||||
PKG_CHECK_MODULES(LIBJXL, libjxl_threads >= 0.5 libjxl >= 0.5,
|
||||
[AC_DEFINE(HAVE_LIBJXL,1,
|
||||
[define if you have libjxl >= 0.5 installed.])
|
||||
[AC_DEFINE(HAVE_LIBJXL,1,[define if you have libjxl >= 0.5 installed.])
|
||||
with_libjxl=yes
|
||||
AS_IF([test x"$with_libjxl_module" = x"no"],
|
||||
[PACKAGES_USED="$PACKAGES_USED libjxl"])
|
||||
@ -857,7 +856,7 @@ if test x"$with_libjxl" = x"yes"; then
|
||||
# Introduced in 0.6
|
||||
AC_CHECK_FUNCS(JxlEncoderInitBasicInfo,[
|
||||
AC_DEFINE(HAVE_LIBJXL_JXLENCODERINITBASICINFO,1,
|
||||
[define if you have heif_image_handle_get_raw_color_profile.])
|
||||
[define if you have JxlEncoderInitBasicInfo.])
|
||||
],[]
|
||||
)
|
||||
LIBS="$save_LIBS"
|
||||
|
Loading…
Reference in New Issue
Block a user