Skip to content

Commit 2f6491a

Browse files
committed
Update ffmpeg-core CMakeLists link
Signed-off-by: Isaac Marovitz <[email protected]>
1 parent 5089f00 commit 2f6491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ execute_process(
4343
set(FFMPEG_ZIP_PATH "${CMAKE_BINARY_DIR}/external/ffmpeg-${FFMPEG_GIT_SHA}.zip")
4444
if(NOT EXISTS "${FFMPEG_ZIP_PATH}")
4545
message(STATUS "Downloading FFMPEG prebuilts...")
46-
file(DOWNLOAD https://github.com/IsaacMarovitz/ffmpeg-core/releases/download/${FFMPEG_GIT_SHA}/${FFMPEG_PREBUILTS_NAME}
46+
file(DOWNLOAD https://github.com/sonicnext-dev/ffmpeg-core/releases/download/${FFMPEG_GIT_SHA}/${FFMPEG_PREBUILTS_NAME}
4747
"${FFMPEG_ZIP_PATH}" SHOW_PROGRESS
4848
STATUS FILE_STATUS)
4949
list(GET FILE_STATUS 0 STATUS_CODE)

0 commit comments

Comments
 (0)