Skip to content

Commit 731ca8d

Browse files
Falling back to intel build for mac ffprobe
1 parent dcb0ecf commit 731ca8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/index.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ xzcat linux-arm64.tar.xz | $tar_exec -x --ignore-case --wildcards -O '**/GPLv3.t
8484
xzcat linux-arm64.tar.xz | $tar_exec -x --ignore-case --wildcards -O '**/readme.txt' >../bin/linux-arm64.README
8585

8686
echo 'darwin x64'
87-
download 'https://www.osxexperts.net/ffmpeg511intel.zip' ffmpeg-darwin-x64.zip
87+
download 'https://www.osxexperts.net/FFmpeg511Intel.zip' ffmpeg-darwin-x64.zip
8888
echo ' extracting'
8989
unzip -o -d ../bin -j ffmpeg-darwin-x64.zip ffmpeg
9090
mv ../bin/ffmpeg ../bin/ffmpeg-darwin-x64
9191

92-
download 'https://www.osxexperts.net/ffprobe511intel.zip' ffprobe-darwin-x64.zip
92+
download 'https://evermeet.cx/pub/ffprobe/ffprobe-5.1.2.zip' ffprobe-darwin-x64.zip
9393
echo ' extracting'
9494
unzip -o -d ../bin -j ffprobe-darwin-x64.zip ffprobe
9595
mv ../bin/ffprobe ../bin/ffprobe-darwin-x64
@@ -98,8 +98,8 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md
9898

9999
echo 'darwin arm64'
100100
echo ' downloading from osxexperts.net'
101-
download 'https://www.osxexperts.net/ffmpeg511arm.zip' ffmpeg-darwin-arm64.zip
102-
download 'https://www.osxexperts.net/ffprobe511arm.zip' ffprobe-darwin-arm64.zip
101+
download 'https://www.osxexperts.net/FFmpeg511ARM.zip' ffmpeg-darwin-arm64.zip
102+
download 'https://evermeet.cx/pub/ffprobe/ffprobe-5.1.2.zip' ffprobe-darwin-arm64.zip
103103
echo ' extracting'
104104
unzip -o -d ../bin -j ffmpeg-darwin-arm64.zip ffmpeg
105105
unzip -o -d ../bin -j ffprobe-darwin-arm64.zip ffprobe

0 commit comments

Comments
 (0)