comparison libswscale/swscale_internal.h @ 24607:965e0c3565bf

Revert wrong ARCH_BFIN --> HAVE_BFIN change.
author diego
date Thu, 27 Sep 2007 08:00:22 +0000
parents 53f2436d68d7
children fff1db0add79
comparison
equal deleted inserted replaced
24606:a8ccd8352d85 24607:965e0c3565bf
155 vector signed short *vYCoeffsBank, *vCCoeffsBank; 155 vector signed short *vYCoeffsBank, *vCCoeffsBank;
156 156
157 #endif 157 #endif
158 158
159 159
160 #ifdef HAVE_BFIN 160 #ifdef ARCH_BFIN
161 uint32_t oy __attribute__((aligned(4))); 161 uint32_t oy __attribute__((aligned(4)));
162 uint32_t oc __attribute__((aligned(4))); 162 uint32_t oc __attribute__((aligned(4)));
163 uint32_t zero __attribute__((aligned(4))); 163 uint32_t zero __attribute__((aligned(4)));
164 uint32_t cy __attribute__((aligned(4))); 164 uint32_t cy __attribute__((aligned(4)));
165 uint32_t crv __attribute__((aligned(4))); 165 uint32_t crv __attribute__((aligned(4)));