Skip to content

Commit ce57832

Browse files
authored
build: use FFMPEG_INCLUDE_DIRS
... for building vnc2mpg example.
1 parent 6332f33 commit ce57832

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ if(NOT LIBSSH2_FOUND)
641641
endif()
642642

643643
if(FFMPEG_FOUND)
644+
include_directories(${FFMPEG_INCLUDE_DIRS})
644645
set(LIBVNCCLIENT_EXAMPLES
645646
${LIBVNCCLIENT_EXAMPLES}
646647
vnc2mpg

0 commit comments

Comments
 (0)