Cherry-pick a opus fix for detecting CPU instructions on Windows

This commit is contained in:
Ilya Fedin 2021-09-27 08:44:55 +04:00 committed by John Preston
parent a50310f0c1
commit 1b789de4f4
2 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,7 @@ jobs:
run: |
git clone -b v1.3.1 %GIT%/xiph/opus.git
cd opus
git cherry-pick 927de8453c
cmake -B out . ^
-A Win32 ^
-DCMAKE_INSTALL_PREFIX=%LibrariesPath%/local/opus ^

View File

@ -501,6 +501,7 @@ mac:
stage('opus', """
git clone -b v1.3.1 https://github.com/xiph/opus.git
cd opus
git cherry-pick 927de8453c
win:
cmake -B out . ^
-A %WIN32X64% ^