comparison dsputil.h @ 626:23a093d6e450 libavcodec

patch by Heliodoro Tammaro <helio at interactives dot org> - configures/builds on all darwin versions - ffserver builds on darwin (if you have the extra libraries) - builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2)
author michaelni
date Fri, 30 Aug 2002 00:05:28 +0000
parents bb6a69f9d409
children 0012f75c92bb
comparison
equal deleted inserted replaced
625:bb6a69f9d409 626:23a093d6e450
165 #elif defined(ARCH_POWERPC) 165 #elif defined(ARCH_POWERPC)
166 166
167 #define emms_c() 167 #define emms_c()
168 #define __align8 __attribute__ ((aligned (16))) 168 #define __align8 __attribute__ ((aligned (16)))
169 169
170 #ifdef CONFIG_DARWIN
170 void dsputil_init_altivec(void); 171 void dsputil_init_altivec(void);
172 #endif
171 173
172 #else 174 #else
173 175
174 #define emms_c() 176 #define emms_c()
175 177