comparison libswscale/swscale.c @ 24289:53f2436d68d7

renaming ARCH_BFIN to HAVE_BFIN
author mhoffman
date Fri, 31 Aug 2007 14:57:50 +0000
parents 06553231e592
children a7fe1ee84511
comparison
equal deleted inserted replaced
24288:f802a737f847 24289:53f2436d68d7
2039 flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_3DNOW; 2039 flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_3DNOW;
2040 #elif defined (HAVE_MMX) 2040 #elif defined (HAVE_MMX)
2041 flags |= SWS_CPU_CAPS_MMX; 2041 flags |= SWS_CPU_CAPS_MMX;
2042 #elif defined (HAVE_ALTIVEC) 2042 #elif defined (HAVE_ALTIVEC)
2043 flags |= SWS_CPU_CAPS_ALTIVEC; 2043 flags |= SWS_CPU_CAPS_ALTIVEC;
2044 #elif defined (ARCH_BFIN) 2044 #elif defined (HAVE_BFIN)
2045 flags |= SWS_CPU_CAPS_BFIN; 2045 flags |= SWS_CPU_CAPS_BFIN;
2046 #endif 2046 #endif
2047 #endif /* RUNTIME_CPUDETECT */ 2047 #endif /* RUNTIME_CPUDETECT */
2048 if (clip_table[512] != 255) globalInit(); 2048 if (clip_table[512] != 255) globalInit();
2049 if (rgb15to16 == NULL) sws_rgb2rgb_init(flags); 2049 if (rgb15to16 == NULL) sws_rgb2rgb_init(flags);