diff options
| author | manuel <manuel@mausz.at> | 2017-07-23 16:59:43 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2017-07-23 16:59:43 +0200 |
| commit | 4c3251ec645c8b71820dab7e51e612e5919d4e75 (patch) | |
| tree | 9533268a93e58fc2e16de1b8ee3fafe3784e5225 /cmake/modules/FindFFMPEG.cmake | |
| parent | f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 (diff) | |
| download | kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.tar.gz kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.tar.bz2 kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.zip | |
sync with upstream
Diffstat (limited to 'cmake/modules/FindFFMPEG.cmake')
| -rw-r--r-- | cmake/modules/FindFFMPEG.cmake | 2 |
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}") |
