mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Add libav headers to the include directories.
Fixes issue 4811.
This commit is contained in:
parent
83d02eb69e
commit
25d19216a9
@ -63,6 +63,7 @@ macro(check_libav)
|
|||||||
if(LIBAV_FOUND)
|
if(LIBAV_FOUND)
|
||||||
message("libav found, enabling AVI frame dumps")
|
message("libav found, enabling AVI frame dumps")
|
||||||
add_definitions(-DHAVE_LIBAV)
|
add_definitions(-DHAVE_LIBAV)
|
||||||
|
include_directories(${LIBAV_INCLUDE_DIRS})
|
||||||
else()
|
else()
|
||||||
message("libav not found, disabling AVI frame dumps")
|
message("libav not found, disabling AVI frame dumps")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user