comparison libswscale/yuv2rgb.c @ 24607:965e0c3565bf

Revert wrong ARCH_BFIN --> HAVE_BFIN change.
author diego
date Thu, 27 Sep 2007 08:00:22 +0000
parents 53f2436d68d7
children 2356fe5b7596
comparison
equal deleted inserted replaced
24606:a8ccd8352d85 24607:965e0c3565bf
652 SwsFunc t = yuv2rgb_init_altivec(c); 652 SwsFunc t = yuv2rgb_init_altivec(c);
653 if (t) return t; 653 if (t) return t;
654 } 654 }
655 #endif 655 #endif
656 656
657 #ifdef HAVE_BFIN 657 #ifdef ARCH_BFIN
658 if (c->flags & SWS_CPU_CAPS_BFIN) 658 if (c->flags & SWS_CPU_CAPS_BFIN)
659 { 659 {
660 SwsFunc t = ff_bfin_yuv2rgb_get_func_ptr (c); 660 SwsFunc t = ff_bfin_yuv2rgb_get_func_ptr (c);
661 if (t) return t; 661 if (t) return t;
662 } 662 }