Skip to content

Commit

Permalink
build: use FFMPEG_INCLUDE_DIRS
Browse files Browse the repository at this point in the history
... for building vnc2mpg example.
  • Loading branch information
sergiomb2 authored Nov 19, 2023
1 parent 6332f33 commit ce57832
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 ce57832

Please sign in to comment.