On Monday 07 July 2008 20:57:31 L?cio Corr?a wrote:
> >> >> On Tuesday 01 July 2008 23:02:57 L?cio Corr?a wrote:
> Here's the output:
>
> $ pkg-config --variable=includedir libavformat
> /usr/include/ffmpeg
>
> It doesn't look ok.. It should have returned
> /usr/include/ffmpeg/libavformat, no?
No, it's correct. Can you now try to edit the file CMakeLists.txt in
kdenlive/src and at line 10 (inside the "include_directories" function),
insert the following line:
${FFMPEG_HEADER_PATH}
Now remove the CMakeCache.txt in your build directory and tell me if it
compiles correctly. If it solves your problem I can commit the patch to svn.
regards