[mythtv] Re: Changes committed by danielk on Thu Apr 28 01:29:59 2005

Daniel Kristjansson danielk at cat.nyu.edu
Fri Apr 29 22:14:23 UTC 2005


On Thu, 2005-04-28 at 17:13 -0700, Jarod Wilson wrote:
> On 28 April 2005, danielk wrote in a cvs commit:
> > Modified Files:
> >    in mythtv/libs/libmythtv:
> >         osdsurface.cpp
> >
> > Log Message:
> >
> > Should fix compilation without MMX, also removes some warnings
> > when compiling without MMX. I'm still waiting on some feedback
> > from a x86_64 user for fixing compilation on that platform.
> 
> What sort of feedback do you need? Point me in the right direction and I'll 
> see what I can do...

I already got the feedback I needed. But if you want to fix the code
inside "#ifdef i386"'s so that it runs on x86_64, that would be great.

I believe most of it comes from external projects, so this may just
require a sync with their latest versions. If not, most of the time
the problem is due the different long size, so "popl" into an int
will not work on x86_64, so the 32 bit version of the instruction 
should be used, in this case "pop".

-- Daniel



More information about the mythtv-dev mailing list