From bd93d7599e15a265d9ab4af71883afd5f9e82a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 16 Oct 2016 19:37:55 +0200 Subject: cmake: Fix FTBFS due to ffmpeg includes This relates to bug 2714 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot (cherry picked from commit a30375c69fa166f3a2af7637f5a8dfac0bc20114) --- plugins/decoder/ffmpeg/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/decoder/ffmpeg/CMakeLists.txt b/plugins/decoder/ffmpeg/CMakeLists.txt index 008d04d..08a977c 100644 --- a/plugins/decoder/ffmpeg/CMakeLists.txt +++ b/plugins/decoder/ffmpeg/CMakeLists.txt @@ -18,6 +18,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/libk3bdevice ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} + ${LIBAVUTIL_INCLUDE_DIRS} ) link_directories( -- cgit v1.2.3