Re-enable libjxl on win32

This commit is contained in:
BtbN
2023-08-31 15:26:22 +02:00
parent 256a55e148
commit 15d0b26bda

View File

@ -1,14 +1,13 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/libjxl/libjxl.git"
SCRIPT_COMMIT="06ce6cb513c442bfe9a0a9ad7df0d6d5f17dc07d"
SCRIPT_COMMIT="5d20fbe1cfcdb54bcc7880fc8a59bb9047d8c60f"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
[[ $ADDINS_STR == *5.0* ]] && return -1
[[ $ADDINS_STR == *5.1* ]] && return -1
[[ $ADDINS_STR == *6.0* ]] && return -1
[[ $TARGET == win32 ]] && return -1
return 0
}