comparison libpostproc/postprocess.c @ 2055:1c019179525c libavcodec

remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
author michael
date Sat, 05 Jun 2004 22:23:55 +0000
parents 703b80c99891
children 226d0a39347d
comparison
equal deleted inserted replaced
2054:06d6a6bade18 2055:1c019179525c
592 #endif 592 #endif
593 593
594 #ifdef ARCH_POWERPC 594 #ifdef ARCH_POWERPC
595 #ifdef HAVE_ALTIVEC 595 #ifdef HAVE_ALTIVEC
596 #define COMPILE_ALTIVEC 596 #define COMPILE_ALTIVEC
597 #ifndef CONFIG_DARWIN
598 #warning "################################################################################"
599 #warning "WARNING: No gcc available as of today (2004-05-25) seems to be able to compile properly some of the code under non-Darwin PPC OSes. Some functions result in wrong results, while others simply won't compile (gcc explodes after allocating 1GiB+)."
600 #warning "################################################################################"
601 #endif //CONFIG_DARWIN
602 #endif //HAVE_ALTIVEC 597 #endif //HAVE_ALTIVEC
603 #endif //ARCH_POWERPC 598 #endif //ARCH_POWERPC
604 599
605 #ifdef ARCH_X86 600 #ifdef ARCH_X86
606 601