[mythtv] DirectFB-1.0.0 [was -rc4], qt-embedded-free-3.3.8

Isaac Richards ijr at case.edu
Tue Mar 6 20:00:09 UTC 2007


On Tuesday 06 March 2007 2:54:47 pm Alan Calvert wrote:
> Mike Gibson wrote:
> >> diff -ur mythtv-0.19-original mythtv-0.19
> >
> > Attached.
>
> Well done Mike, and thanks!
>
> As far as I can tell, the only bit that applies to current svn is the
> change to videoout_directfb.cpp, which also needs trivial changes to
> the directfb version checking in order to compile against
> DirectFB1.0.0, eg ...
>
> -#if (DIRECTFB_MINOR_VERSION <= 9) && (DIRECTFB_MICRO_VERSION <= 22)
> +#if (DIRECTFB_MAJOR_VERSION < 1) && (DIRECTFB_MINOR_VERSION <= 9) &&
> (DIRECTFB_MICRO_VERSION <= 22)
>
> I've had a play with qte-directfb, and it does look promising. Sadly,
> that led right back to the same the link error against qt-embedded
> that started this thread. There's nothing in your patch that might
> account for that problem.

Make sure there's no -fno-rtti in the compile line for myth/qt.

Isaac


More information about the mythtv-dev mailing list