From ce57832d0897b022af852c4a1a9e8d5c71de9db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Sun, 19 Nov 2023 11:03:41 +0000 Subject: [PATCH] build: use FFMPEG_INCLUDE_DIRS ... for building vnc2mpg example. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e391f422..0e2b9931a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -641,6 +641,7 @@ if(NOT LIBSSH2_FOUND) endif() if(FFMPEG_FOUND) + include_directories(${FFMPEG_INCLUDE_DIRS}) set(LIBVNCCLIENT_EXAMPLES ${LIBVNCCLIENT_EXAMPLES} vnc2mpg