comparison dsputil.c @ 638:0012f75c92bb libavcodec

altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
author michaelni
date Mon, 02 Sep 2002 08:48:12 +0000
parents 23a093d6e450
children 45e8f39fda50
comparison
equal deleted inserted replaced
637:de12d5b9c9ad 638:0012f75c92bb
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_ppc();
1344 dsputil_init_altivec();
1345 #endif
1346 #endif 1344 #endif
1347 1345
1348 #ifdef SIMPLE_IDCT 1346 #ifdef SIMPLE_IDCT
1349 if (ff_idct == NULL) { 1347 if (ff_idct == NULL) {
1350 ff_idct_put = simple_idct_put; 1348 ff_idct_put = simple_idct_put;