Fix the SSE related AMD64 build breakage
authornmiell@gmail.com <nmiell@gmail.com>
Sat, 15 Mar 2008 05:23:19 +0000 (22:23 -0700)
committerSøren Sandmann <sandmann@redhat.com>
Tue, 18 Mar 2008 00:21:37 +0000 (20:21 -0400)
commitaa9907b237062dade232297aed2269730a988e29
tree3ee5b22b2123e0fbb52ead587f3385e35c484568
parent6449782f8a4bea0274a30f86d56214c2c73c0303
Fix the SSE related AMD64 build breakage

The introduction of pixman_have_sse() copied the #ifdef __amd64__
found around pixman_have_mmx() in pixman-mmx.c but didn't include the
equivalents of the macros in pixman-mmx.h. As a result, the AMD64 link
fails because the pixman_have_sse() function doesn't exist.

I also introduced header inclusion guards to pixman-mmx.h and
pixman-sse.h while I was at it.
pixman/pixman-mmx.h
pixman/pixman-sse.h