[mythtv] Re: [mythtv-commits] mythtv commit: r7519 by danielk

Allan Stirling Dibblahmythml0015 at pendor.org
Tue Oct 18 17:01:10 UTC 2005


mythtv at cvs.mythtv.org wrote:
>       Author: danielk
>         Date: 2005-10-18 14:42:18 +0000 (Tue, 18 Oct 2005)
> New Revision: 7519
>    Changeset: http://cvs.mythtv.org/trac/changeset/7519
> 
> Modified:
> 
>    trunk/mythtv/libs/libmythtv/videoout_xv.cpp
> 
> Log:
> 
> It looks like there was an attempt to change defines to variables in the videoout_xv.cpp code, but it didn't take the effect of the defines on code compilation into account.
> 
> I've restored the defines, so now the right code gets compiled. This has made the XvMC a little nicer. I've also added 3 more defines that explain where the remaining mystery numbers in the XvMC surface allocation mean.
> 

This doesn't work with XVMC disabled, since those #defines are inside a #ifdef 
USING_XVMC and they are used without a similar #ifdef check.

Cheers,

Allan.


More information about the mythtv-dev mailing list