We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5089f00 commit 2f6491aCopy full SHA for 2f6491a
CMakeLists.txt
@@ -43,7 +43,7 @@ execute_process(
43
set(FFMPEG_ZIP_PATH "${CMAKE_BINARY_DIR}/external/ffmpeg-${FFMPEG_GIT_SHA}.zip")
44
if(NOT EXISTS "${FFMPEG_ZIP_PATH}")
45
message(STATUS "Downloading FFMPEG prebuilts...")
46
- file(DOWNLOAD https://github.com/IsaacMarovitz/ffmpeg-core/releases/download/${FFMPEG_GIT_SHA}/${FFMPEG_PREBUILTS_NAME}
+ file(DOWNLOAD https://github.com/sonicnext-dev/ffmpeg-core/releases/download/${FFMPEG_GIT_SHA}/${FFMPEG_PREBUILTS_NAME}
47
"${FFMPEG_ZIP_PATH}" SHOW_PROGRESS
48
STATUS FILE_STATUS)
49
list(GET FILE_STATUS 0 STATUS_CODE)
0 commit comments