Mercurial > libavcodec.hg
changeset 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 | 06d6a6bade18 |
children | 31bf68b1792b |
files | libpostproc/postprocess.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/postprocess.c Sat Jun 05 18:10:23 2004 +0000 +++ b/libpostproc/postprocess.c Sat Jun 05 22:23:55 2004 +0000 @@ -594,11 +594,6 @@ #ifdef ARCH_POWERPC #ifdef HAVE_ALTIVEC #define COMPILE_ALTIVEC -#ifndef CONFIG_DARWIN -#warning "################################################################################" -#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+)." -#warning "################################################################################" -#endif //CONFIG_DARWIN #endif //HAVE_ALTIVEC #endif //ARCH_POWERPC