summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindFFMPEG.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindFFMPEG.cmake')
-rw-r--r--cmake/modules/FindFFMPEG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindFFMPEG.cmake b/cmake/modules/FindFFMPEG.cmake
index 63505a5..dbeb444 100644
--- a/cmake/modules/FindFFMPEG.cmake
+++ b/cmake/modules/FindFFMPEG.cmake
@@ -224,7 +224,7 @@ if(NOT FFMPEG_FOUND)
224 if(FFMPEG_URL) 224 if(FFMPEG_URL)
225 get_filename_component(FFMPEG_URL "${FFMPEG_URL}" ABSOLUTE) 225 get_filename_component(FFMPEG_URL "${FFMPEG_URL}" ABSOLUTE)
226 else() 226 else()
227 set(FFMPEG_URL ${FFMPEG_BASE_URL}/${FFMPEG_VER}.tar.gz) 227 set(FFMPEG_URL ${FFMPEG_BASE_URL}/archive/${FFMPEG_VER}.tar.gz)
228 endif() 228 endif()
229 if(VERBOSE) 229 if(VERBOSE)
230 message(STATUS "FFMPEG_URL: ${FFMPEG_URL}") 230 message(STATUS "FFMPEG_URL: ${FFMPEG_URL}")