Skip to content

Commit

Permalink
Fix AVX2 auto detection in libopus
Browse files Browse the repository at this point in the history
Ref: xiph/opus#361

Signed-off-by: nyanmisaka <[email protected]>
  • Loading branch information
nyanmisaka committed Dec 24, 2024
1 parent a7d64d5 commit 9bf9948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/scripts.d/50-libopus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ffbuild_dockerbuild() {
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" opus
cd opus

# Fix AVX2 auto detction
wget -q -O - https://github.com/xiph/opus/commit/9ec11c1.patch | git apply

./autogen.sh

local myconf=(
Expand Down

0 comments on commit 9bf9948

Please sign in to comment.