From: Marco Gittler Date: Fri, 25 Apr 2008 17:28:03 +0000 (+0000) Subject: fix ffmpeg include path X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a25d38611354d7ca86f662572d9418652672523f;p=kdenlive fix ffmpeg include path svn path=/branches/KDE4/; revision=2168 --- diff --git a/cmake/modules/FindLIBFFMPEG.cmake b/cmake/modules/FindLIBFFMPEG.cmake index 36bef70c..fc344411 100644 --- a/cmake/modules/FindLIBFFMPEG.cmake +++ b/cmake/modules/FindLIBFFMPEG.cmake @@ -3,8 +3,8 @@ # FIND_PATH(LIBFFMPEG_INCLUDE_DIR - NAMES ffmpeg/avformat.h - PATHS ${MLT_PATH}/include /usr/local/include /usr/include + NAMES avformat.h + PATHS ${MLT_PATH}/include /usr/local/include/libavformat /usr/local/include/ffmpeg /usr/include/libavformat /usr/include/ffmpeg NO_DEFAULT_PATH ) diff --git a/src/renderer.cpp b/src/renderer.cpp index 389577d5..823b3b2f 100644 --- a/src/renderer.cpp +++ b/src/renderer.cpp @@ -25,7 +25,7 @@ // ffmpeg Header files extern "C" { -#include +#include } #include #include