2009/5/14 Michał Andrzej Woźniak <[email protected]>: > CMake Error at owbuild/FindFFMPEG.cmake:266 (message): > Could not find FFMPEG
You also need libavutil-dev and libswscale-dev and libavformat-dev. Actually you need either libavformat-dev or libswscale-dev. However: -with newer ffmpeg you need libswscale-dev -FindFFMPEG.cmake fails if it does not find libavformat-dev. Here is a patch to prevent FindFFMPEG.cmake from looking for libavformat-dev. http://svn.debian.org/viewsvn/pkg-voip/qutecom/trunk/debian/patches/debian/cmake-noavformat.patch I haven't sent to the list so far because it breaks compilation with older ffmpeg. HTH, Ludovico _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
