Invert lgpl detection logic
This commit is contained in:
parent
45a49a0a52
commit
bf05bc130a
10 changed files with 10 additions and 10 deletions
|
@ -5,7 +5,7 @@ VIDSTAB_REPO="https://github.com/georgmartius/vid.stab.git"
|
|||
VIDSTAB_COMMIT="e7715fcf329573cdcff5c57d0e4a25f4c3a0cb7f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == gpl* ]] || return -1
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue