comparison libswscale/swscale_internal.h @ 24289:53f2436d68d7

renaming ARCH_BFIN to HAVE_BFIN
author mhoffman
date Fri, 31 Aug 2007 14:57:50 +0000
parents 47f7591a2c8b
children 965e0c3565bf
comparison
equal deleted inserted replaced
24288:f802a737f847 24289:53f2436d68d7
155 vector signed short *vYCoeffsBank, *vCCoeffsBank; 155 vector signed short *vYCoeffsBank, *vCCoeffsBank;
156 156
157 #endif 157 #endif
158 158
159 159
160 #ifdef ARCH_BFIN 160 #ifdef HAVE_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)));