mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-21 07:38:00 +00:00
Cherry-pick a opus fix for detecting CPU instructions on Windows
This commit is contained in:
parent
a50310f0c1
commit
1b789de4f4
1
.github/workflows/win.yml
vendored
1
.github/workflows/win.yml
vendored
@ -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 ^
|
||||
|
@ -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% ^
|
||||
|
Loading…
Reference in New Issue
Block a user