Update libjxl

Attempt to fix the issue mentioned in https://github.com/BtbN/FFmpeg-Builds/issues/151
This commit is contained in:
BtbN 2022-05-05 16:16:34 +02:00 committed by GitHub
parent ee8ea9129e
commit 6fdf7bf4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
JXL_REPO="https://github.com/libjxl/libjxl.git"
JXL_COMMIT="638ca594d54c0f9eb16a8c236770418750e4cbec"
JXL_COMMIT="bd48652dba3469244af489e48c645307191cc039"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1