Skip to content

Commit

Permalink
Disable libjxl on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Aug 19, 2023
1 parent 9a6aafa commit 256a55e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts.d/50-libjxl/50-libjxl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ffbuild_enabled() {
[[ $ADDINS_STR == *5.0* ]] && return -1
[[ $ADDINS_STR == *5.1* ]] && return -1
[[ $ADDINS_STR == *6.0* ]] && return -1
[[ $TARGET == win32 ]] && return -1
return 0
}

Expand Down

0 comments on commit 256a55e

Please sign in to comment.