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

Daniel Kristjansson danielk at cuymedia.net
Tue Mar 6 20:00:17 UTC 2007


On Wed, 2007-03-07 at 06:54 +1100, 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)

FYI mythtv-vid has already been ported to DirectFB 1.0.x

-- Daniel



More information about the mythtv-dev mailing list