Skip to content

Commit 245123c

Browse files
Get ffmpeg sources from GitHub instead
Because ffmpeg.org is down. Since we build on GitHub's infrastructure for our CI, downloading code from there is probably slightly more efficient anyway.
1 parent b4b4d9a commit 245123c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/scripts/build-ffmpeg.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,12 @@ if(FFMPEG)
304304
endif()
305305

306306
build_dependency(ffmpeg ${FFMPEG} ${BUILD_TYPE}
307-
URL https://ffmpeg.org/releases/ffmpeg-@[email protected].xz
307+
URL https://github.com/FFmpeg/FFmpeg/archive/refs/tags/n@[email protected].gz
308308
TARGET_ARCH "${TARGET_ARCH}"
309+
SOURCE_DIR "FFmpeg-n@version@"
309310
VERSIONS
310311
7.0.1
311-
SHA384=25650331f409bf7efc09f0d859ce9a1a8e16fe429e4f9b2593743eb68e723b186559739e8b02aac83c6e5c96137fec7e
312+
SHA384=f28ca267732ded75262f6d739fe9228730424bb9b20dce4bd40fa68fb5d42b66a8df909e756a017c438ab821c3faeda2
312313
ALL_PLATFORMS
313314
AUTOMAKE
314315
ASSIGN_PREFIX

0 commit comments

Comments
 (0)