mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Fix AVX2 auto detection in libopus
Ref: https://github.com/xiph/opus/issues/361 Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user