mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Disable libjxl on win32
This commit is contained in:
parent
9a6aafa8ea
commit
256a55e148
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user