mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[GHA] Update ffmpeg and libpq in macos.yml
ffmpeg@5 changed to ffmpeg@7 Note: tested ffmpeg@8 but it causes missing ft2build.h in truetype include library. libpq@16 changed to libpq@18 Co-authored-by: Andrey Volk <andywolk@gmail.com>
This commit is contained in:
@@ -35,11 +35,11 @@ jobs:
|
|||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
curl \
|
curl \
|
||||||
ffmpeg@5 \
|
ffmpeg@7 \
|
||||||
gnu-sed \
|
gnu-sed \
|
||||||
jpeg \
|
jpeg \
|
||||||
ldns \
|
ldns \
|
||||||
libpq@16 \
|
libpq@18 \
|
||||||
libsndfile \
|
libsndfile \
|
||||||
libtool \
|
libtool \
|
||||||
lua \
|
lua \
|
||||||
@@ -60,8 +60,8 @@ jobs:
|
|||||||
signalwire/homebrew-signalwire/spandsp \
|
signalwire/homebrew-signalwire/spandsp \
|
||||||
&& \
|
&& \
|
||||||
brew link --force --overwrite \
|
brew link --force --overwrite \
|
||||||
ffmpeg@5 \
|
ffmpeg@7 \
|
||||||
libpq@16
|
libpq@18
|
||||||
|
|
||||||
- name: Bootstrap FreeSWITCH
|
- name: Bootstrap FreeSWITCH
|
||||||
run: ./bootstrap.sh -j
|
run: ./bootstrap.sh -j
|
||||||
|
|||||||
Reference in New Issue
Block a user