mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-21 03:41:18 +00:00
CMake: mention ffmpeg in libav messages
We support both.
This commit is contained in:
parent
95eade2a47
commit
7e01002372
@ -58,14 +58,14 @@ macro(check_libav)
|
|||||||
pkg_check_modules(LIBAV libavcodec>=53.35.0 libavformat>=53.21.0
|
pkg_check_modules(LIBAV libavcodec>=53.35.0 libavformat>=53.21.0
|
||||||
libswscale>=2.1.0 libavutil>=51.22.1)
|
libswscale>=2.1.0 libavutil>=51.22.1)
|
||||||
else()
|
else()
|
||||||
message("pkg-config is required to check for libav")
|
message("pkg-config is required to check for libav/ffmpeg")
|
||||||
endif()
|
endif()
|
||||||
if(LIBAV_FOUND)
|
if(LIBAV_FOUND)
|
||||||
message("libav found, enabling AVI frame dumps")
|
message("libav/ffmpeg found, enabling AVI frame dumps")
|
||||||
add_definitions(-DHAVE_LIBAV)
|
add_definitions(-DHAVE_LIBAV)
|
||||||
include_directories(${LIBAV_INCLUDE_DIRS})
|
include_directories(${LIBAV_INCLUDE_DIRS})
|
||||||
else()
|
else()
|
||||||
message("libav not found, disabling AVI frame dumps")
|
message("libav/ffmpeg not found, disabling AVI frame dumps")
|
||||||
endif()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user