mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: fix MacOS ffmpeg builds
This commit is contained in:
parent
30b969b9a0
commit
9d27700c1b
1 changed files with 5 additions and 5 deletions
10
.github/actions/prepare_macos_tooling/action.yml
vendored
10
.github/actions/prepare_macos_tooling/action.yml
vendored
|
@ -78,8 +78,8 @@ runs:
|
||||||
# Install to separate staging paths for all architectures in
|
# Install to separate staging paths for all architectures in
|
||||||
# preparation for fusing universal libraries in a follow-up step.
|
# preparation for fusing universal libraries in a follow-up step.
|
||||||
cd "$RUNNER_TEMP"
|
cd "$RUNNER_TEMP"
|
||||||
git clone --depth 1 --branch "n7.1" https://github.com/FFmpeg/FFmpeg
|
git clone --depth 1 --branch "n7.1" https://github.com/FFmpeg/FFmpeg ffmpeg-arm64
|
||||||
cd FFmpeg
|
cd ffmpeg-arm64
|
||||||
|
|
||||||
# Common FFmpeg configure options
|
# Common FFmpeg configure options
|
||||||
FFMPEG_CONFIG_OPTIONS=" \
|
FFMPEG_CONFIG_OPTIONS=" \
|
||||||
|
@ -98,9 +98,9 @@ runs:
|
||||||
make -j$(sysctl -n hw.ncpu)
|
make -j$(sysctl -n hw.ncpu)
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
# Reset build directory.
|
cd "$RUNNER_TEMP"
|
||||||
make clean
|
git clone --depth 1 --branch "n7.1" https://github.com/FFmpeg/FFmpeg ffmpeg-x86-64
|
||||||
|
cd ffmpeg-x86-64
|
||||||
# Configure for x86-64.
|
# Configure for x86-64.
|
||||||
./configure \
|
./configure \
|
||||||
--arch=x86_64 \
|
--arch=x86_64 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue