Skip to content

Commit

Permalink
I may don't know, so try disable both targets
Browse files Browse the repository at this point in the history
Trying disable target of win32 for vvdec and winarm64 for quirc. In future, I will fix later...

- Martin Eesmaa
  • Loading branch information
MartinEesmaa committed Oct 24, 2024
1 parent 25b06bb commit b8d9dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts.d/50-quirc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
SCRIPT_REPO="https://github.com/dlbeer/quirc"

ffbuild_enabled() {
[[ $TARGET == winarm64 ]] && return -1
return 0
}

Expand Down
1 change: 1 addition & 0 deletions scripts.d/50-vvdec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
SCRIPT_REPO="https://github.com/fraunhoferhhi/vvdec"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
(( $(ffbuild_ffver) > 700 )) || return -1
return 0
}
Expand Down

0 comments on commit b8d9dd3

Please sign in to comment.