Skip to content

Commit

Permalink
FFMPEG_INCLUDE_DIRS is needed to build vnc2mpg
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomb2 committed Nov 19, 2023
1 parent 6332f33 commit 13b2b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ if(NOT LIBSSH2_FOUND)
endif()

if(FFMPEG_FOUND)
include_directories(${FFMPEG_INCLUDE_DIRS})
set(LIBVNCCLIENT_EXAMPLES
${LIBVNCCLIENT_EXAMPLES}
vnc2mpg
Expand Down

0 comments on commit 13b2b40

Please sign in to comment.