mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Update required libav versions in the cmake build.
This commit is contained in:
parent
e5d051a4e9
commit
ea42e9e04d
@ -55,8 +55,8 @@ endmacro()
|
|||||||
|
|
||||||
macro(check_libav)
|
macro(check_libav)
|
||||||
if(PKG_CONFIG_FOUND)
|
if(PKG_CONFIG_FOUND)
|
||||||
pkg_check_modules(LIBAV libavcodec>=52.72.2 libavformat>=52.64.2
|
pkg_check_modules(LIBAV libavcodec>=53.5.0 libavformat>=53.2.0
|
||||||
libswscale>=0.11.0 libavutil>=50.15.1)
|
libswscale>=2.0.0 libavutil>=51.7.0)
|
||||||
else()
|
else()
|
||||||
message("pkg-config is required to check for libav")
|
message("pkg-config is required to check for libav")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user