build fixes from Spanky courtesy of some gentoo user I imagine, hopefully saving raster some time, if it's wrong, sorry

SVN revision: 9495
This commit is contained in:
atmosphere 2004-03-27 05:46:27 +00:00 committed by atmosphere
parent 8ef3bddb5d
commit f745104f97
1 changed files with 2 additions and 1 deletions

View File

@ -115,13 +115,14 @@ static unsigned char _clip_lut[1024];
void
evas_common_convert_yuv_420p_601_rgba(DATA8 **src, DATA8 *dst, int w, int h)
{
#if defined BUILD_MMX || defined BUILD_SSE
int mmx, sse, sse2;
#if defined BUILD_MMX || defined BUILD_SSE
evas_common_cpu_can_do(&mmx, &sse, &sse2);
#endif
#ifndef BUILD_SSE
sse = 0;
sse2 = 0;
#endif
#ifndef BUILD_MMX
mmx = 0;