diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2018-04-17 20:24:09 +0200 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2018-04-19 08:37:44 +0200 |
commit | c7e2acc1b2ee781af6e14d80da0edd0aa23bdf03 (patch) | |
tree | 97c98bef3613eb34ac12650d0e1f04683e1cf390 /cmake/scripts/windows/ArchSetup.cmake | |
parent | af4a5489295496d5f7dcabe097a263f08199494b (diff) |
bump ffmpeg to 4.0
Diffstat (limited to 'cmake/scripts/windows/ArchSetup.cmake')
-rw-r--r-- | cmake/scripts/windows/ArchSetup.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/scripts/windows/ArchSetup.cmake b/cmake/scripts/windows/ArchSetup.cmake index b3963a6e6e..48d4a4738e 100644 --- a/cmake/scripts/windows/ArchSetup.cmake +++ b/cmake/scripts/windows/ArchSetup.cmake @@ -88,8 +88,8 @@ endforeach() # DELAYLOAD option set(_delayloadlibs zlib.dll libmysql.dll libxslt.dll dnssd.dll dwmapi.dll ssh.dll sqlite3.dll - avcodec-57.dll avfilter-6.dll avformat-57.dll avutil-55.dll - postproc-54.dll swresample-2.dll swscale-4.dll d3dcompiler_47.dll) + avcodec-58.dll avfilter-7.dll avformat-58.dll avutil-56.dll + postproc-55.dll swresample-3.dll swscale-5.dll d3dcompiler_47.dll) foreach(_lib ${_delayloadlibs}) set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /DELAYLOAD:\"${_lib}\"") endforeach() |