mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
github: remove libao and install ffmpeg with speex
This commit is contained in:
parent
16bc832a20
commit
1bfc5abf6c
7
.github/workflows/macos-homebrew.yml
vendored
7
.github/workflows/macos-homebrew.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-11,macos-12]
|
os: [macos-11,macos-12]
|
||||||
qt_ver: [6.4.0]
|
qt_ver: [6.3.2]
|
||||||
qt_arch: [clang_64]
|
qt_arch: [clang_64]
|
||||||
env:
|
env:
|
||||||
targetName: GoldenDict
|
targetName: GoldenDict
|
||||||
|
@ -65,8 +65,9 @@ jobs:
|
||||||
brew install autoconf
|
brew install autoconf
|
||||||
brew install libtool
|
brew install libtool
|
||||||
brew install opencc
|
brew install opencc
|
||||||
brew install ffmpeg
|
|
||||||
brew install libao
|
brew tap homebrew-ffmpeg/ffmpeg
|
||||||
|
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-speex
|
||||||
brew install libiconv
|
brew install libiconv
|
||||||
brew install lzo bzip2
|
brew install lzo bzip2
|
||||||
brew install libogg
|
brew install libogg
|
||||||
|
|
Loading…
Reference in a new issue