[mythtv] Re: [mythtv-commits] mythtv commits

Jarod Wilson jarod at wilsonet.com
Tue May 24 21:57:35 UTC 2005


On Tuesday 24 May 2005 00:19, Harvard Pan wrote:

> After your check-in, I get this on my system when I try to compile:
>
> filter_linearblend.c: In function `linearBlendFilter':
> filter_linearblend.c:326: warning: empty body in an if-statement
> filter_linearblend.c: In function `new_filter':
> filter_linearblend.c:358: error: `linearBlendMMX' undeclared (first use in
> this function)
> filter_linearblend.c:358: error: (Each undeclared identifier is reported
> only once
> filter_linearblend.c:358: error: for each function it appears in.)
> filter_linearblend.c:360: error: `linearBlend3DNow' undeclared (first use
> in this function)
>
> The reason is that I am on a x86_64 system, which doesn't have i386
> defined, but I do have MMX defined. The definition of those functions are
> inside of a #ifdef i386, but the use of the function is within #ifdef MMX.
> I would suggest changing the #ifdef statement in line 356 of
> filter_linearblend.c from:
>
>  #ifdef MMX
>
> to
>
>  #if defined(MMX) && defined (i386)

That, and one more x86_64 build fix just checked in, so cvs up and try again, 
please.

-- 
Jarod Wilson
jarod at wilsonet.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20050524/e0cf187f/attachment.pgp


More information about the mythtv-dev mailing list