We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3d8c5 commit a36c8c5Copy full SHA for a36c8c5
build-ffmpeg
@@ -883,7 +883,7 @@ if build "libpng" "1.6.43"; then
883
build_done "libpng" $CURRENT_PACKAGE_VERSION
884
fi
885
886
-if build "libjxl" "0.10.3"; then
+if build "libjxl" "0.11.0"; then
887
download "https://github.com/libjxl/libjxl/archive/refs/tags/v$CURRENT_PACKAGE_VERSION.tar.gz" "libjxl-$CURRENT_PACKAGE_VERSION.tar.gz"
888
# currently needed to fix linking of static builds in non-C++ applications
889
sed "s/-ljxl_threads/-ljxl_threads @JPEGXL_THREADS_PUBLIC_LIBS@/g" lib/threads/libjxl_threads.pc.in >lib/threads/libjxl_threads.pc.in.patched
0 commit comments