Add libav headers to the include directories.

Fixes issue 4811.
This commit is contained in:
NeoBrainX 2011-09-13 16:39:28 +02:00
parent ce3e333936
commit 2f321524d8
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ macro(check_libav)
if(LIBAV_FOUND)
message("libav found, enabling AVI frame dumps")
add_definitions(-DHAVE_LIBAV)
include_directories(${LIBAV_INCLUDE_DIRS})
else()
message("libav not found, disabling AVI frame dumps")
endif()