From e3f68a13329b4c6af5ab8ef11df4bbd1e241a55f Mon Sep 17 00:00:00 2001 From: Mads Bondo Dydensborg Date: Wed, 17 Jun 2009 10:28:55 +0000 Subject: [PATCH] I need this include directive to compile on my system, and I have had reports from other Wizard users, that they need the same. src/ does the same, btw. svn path=/trunk/kdenlive/; revision=3554 --- thumbnailer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/thumbnailer/CMakeLists.txt b/thumbnailer/CMakeLists.txt index a4030c11..9d43c4dd 100644 --- a/thumbnailer/CMakeLists.txt +++ b/thumbnailer/CMakeLists.txt @@ -4,6 +4,7 @@ include_directories ( ${KDE4_INCLUDES} ${LIBMLT_INCLUDE_DIR} + ${LIBMLTPLUS_INCLUDE_DIR} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ) -- 2.39.2