From af05c29a1f0ae7bfdd056617bc6649aa3db763e3 Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Sat, 5 Jun 2004 22:23:55 +0000 Subject: remove AltiVec.linux warning patch by (Romain Dolbeau ) Originally committed as revision 3194 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libpostproc/postprocess.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavcodec/libpostproc/postprocess.c') diff --git a/libavcodec/libpostproc/postprocess.c b/libavcodec/libpostproc/postprocess.c index afc7f9e17e..9dc0491d2d 100644 --- a/libavcodec/libpostproc/postprocess.c +++ b/libavcodec/libpostproc/postprocess.c @@ -594,11 +594,6 @@ static always_inline void do_a_deblock_C(uint8_t *src, int step, int stride, PPC #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 -- cgit v1.2.3