comparison dsputil.c @ 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
1338 #ifdef ARCH_ALPHA 1338 #ifdef ARCH_ALPHA
1339 dsputil_init_alpha(); 1339 dsputil_init_alpha();
1340 use_permuted_idct = 0; 1340 use_permuted_idct = 0;
1341 #endif 1341 #endif
1342 #ifdef ARCH_POWERPC 1342 #ifdef ARCH_POWERPC
1343 #ifdef CONFIG_DARWIN
1343 dsputil_init_altivec(); 1344 dsputil_init_altivec();
1345 #endif
1344 #endif 1346 #endif
1345 1347
1346 #ifdef SIMPLE_IDCT 1348 #ifdef SIMPLE_IDCT
1347 if (ff_idct == NULL) { 1349 if (ff_idct == NULL) {
1348 ff_idct_put = simple_idct_put; 1350 ff_idct_put = simple_idct_put;