mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +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
|
||||
# preparation for fusing universal libraries in a follow-up step.
|
||||
cd "$RUNNER_TEMP"
|
||||
git clone --depth 1 --branch "n7.1" https://github.com/FFmpeg/FFmpeg
|
||||
cd FFmpeg
|
||||
git clone --depth 1 --branch "n7.1" https://github.com/FFmpeg/FFmpeg ffmpeg-arm64
|
||||
cd ffmpeg-arm64
|
||||
|
||||
# Common FFmpeg configure options
|
||||
FFMPEG_CONFIG_OPTIONS=" \
|
||||
|
@ -98,9 +98,9 @@ runs:
|
|||
make -j$(sysctl -n hw.ncpu)
|
||||
sudo make install
|
||||
|
||||
# Reset build directory.
|
||||
make clean
|
||||
|
||||
cd "$RUNNER_TEMP"
|
||||
git clone --depth 1 --branch "n7.1" https://github.com/FFmpeg/FFmpeg ffmpeg-x86-64
|
||||
cd ffmpeg-x86-64
|
||||
# Configure for x86-64.
|
||||
./configure \
|
||||
--arch=x86_64 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue