aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-01-20 13:35:10 -0800
committerLukas Rusak <lorusak@gmail.com>2023-01-22 13:04:21 -0800
commit32b2d6b390a67dfac18be2ad3463b6306d37ddd0 (patch)
treebaeb4d0cb11d3cd35f02271a8b949c52f3ba0f81 /cmake
parent6e8d952e43647a0a9514aabc381f3e9a3040888c (diff)
tools/depends: ffmpeg: use upstream version
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindFFMPEG.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/cmake/modules/FindFFMPEG.cmake b/cmake/modules/FindFFMPEG.cmake
index e58b026088..9ea1b95410 100644
--- a/cmake/modules/FindFFMPEG.cmake
+++ b/cmake/modules/FindFFMPEG.cmake
@@ -39,19 +39,8 @@ macro(buildFFMPEG)
set(MODULE_LC ffmpeg)
- # We require this due to the odd nature of github URL's compared to our other tarball
- # mirror system. If User sets FFMPEG_URL, allow get_filename_component in SETUP_BUILD_VARS
- if(FFMPEG_URL)
- set(FFMPEG_URL_PROVIDED TRUE)
- endif()
-
SETUP_BUILD_VARS()
- if(NOT FFMPEG_URL_PROVIDED)
- # override FFMPEG_URL due to tar naming when retrieved from github release for ffmpeg
- set(FFMPEG_URL ${FFMPEG_BASE_URL}/archive/${FFMPEG_VER}.tar.gz)
- endif()
-
if(NOT DAV1D_FOUND)
message(STATUS "dav1d not found, internal ffmpeg build will be missing AV1 support!")
endif()