Mercurial > libavcodec.hg
diff 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 |
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
