Skip to content

Commit

Permalink
Libjxl upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Perl committed Nov 25, 2024
1 parent ab3d8c5 commit a36c8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ if build "libpng" "1.6.43"; then
build_done "libpng" $CURRENT_PACKAGE_VERSION
fi

if build "libjxl" "0.10.3"; then
if build "libjxl" "0.11.0"; then
download "https://github.com/libjxl/libjxl/archive/refs/tags/v$CURRENT_PACKAGE_VERSION.tar.gz" "libjxl-$CURRENT_PACKAGE_VERSION.tar.gz"
# currently needed to fix linking of static builds in non-C++ applications
sed "s/-ljxl_threads/-ljxl_threads @JPEGXL_THREADS_PUBLIC_LIBS@/g" lib/threads/libjxl_threads.pc.in >lib/threads/libjxl_threads.pc.in.patched
Expand Down

0 comments on commit a36c8c5

Please sign in to comment.