(Sorry, I'm not on the list, but I've just discovered this problem, so
I thought I'd reply.)

On Fri, Dec 19, 2008 at 20:18:38 +0100, Vadim Lebedev wrote:

> Please add some logging to  owbild/FindFFMPEG.cmake
> and you'll see what is missing

I have done this (though I'm building for Fedora 8 right now, not
Fedora 10).

It turns out there's a problem detecting libswscale, because of a typo
in the CMake script for FFMPEG:
SWCALE vs. SWSCALE

A patch for RC3 is attached. :-)

Thanks,
Moritz
diff -ur qutecom-2.2-RC3/owbuild/FindFFMPEG.cmake 
qutecom-2.2-RC3-ffmpeg/owbuild/FindFFMPEG.cmake
--- qutecom-2.2-RC3/owbuild/FindFFMPEG.cmake    2008-12-18 14:22:36.000000000 
+0100
+++ qutecom-2.2-RC3-ffmpeg/owbuild/FindFFMPEG.cmake     2008-12-25 
22:06:49.000000000 +0100
@@ -117,7 +117,7 @@
     NAMES
       swscale.h
     PATHS
-      ${_SWCALE_INCLUDEDIR}
+      ${_SWSCALE_INCLUDEDIR}
       /usr/include
       /usr/local/include
       /opt/local/include
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to