mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Change libav* autodetection to support framedumping on Ubuntu 14.04
Add an "ugly" workaround in the AVIDump code, but looking at other project this seems to be the most common way to handle this API change.
This commit is contained in:
@ -55,8 +55,8 @@ endmacro()
|
||||
|
||||
macro(check_libav)
|
||||
if(PKG_CONFIG_FOUND)
|
||||
pkg_check_modules(LIBAV libavcodec>=55.52.102 libavformat>=55.33.100
|
||||
libswscale>=2.5.102 libavutil>=52.66.100)
|
||||
pkg_check_modules(LIBAV libavcodec>=54.35.0 libavformat>=54.20.4
|
||||
libswscale>=2.1.1 libavutil>=52.3.0)
|
||||
else()
|
||||
message("pkg-config is required to check for libav/ffmpeg")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user