Skip to content

Commit

Permalink
EVC features of aarch64 is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Oct 20, 2024
1 parent 4143493 commit 2b73b0e
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-xevd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
SCRIPT_REPO="https://github.com/mpeg5/xevd"

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

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

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

Expand Down

0 comments on commit 2b73b0e

Please sign in to comment.