Disable AVS libs on win32

Fixes #14
This commit is contained in:
BtbN 2020-10-20 00:56:50 +02:00
parent 11f88009b7
commit 91401451ed
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ XAVS2_COMMIT="eae1e8b9d12468059bdd7dee893508e470fa83d8"
ffbuild_enabled() {
[[ $VARIANT == gpl* ]] || return -1
[[ $TARGET == win32 ]] && return -1
return 0
}