summaryrefslogtreecommitdiff
path: root/libavcodec/libpostproc/postprocess.c
diff options
context:
space:
mode:
authorRomain Dolbeau <dolbeau@irisa.fr>2004-06-05 22:23:55 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-06-05 22:23:55 +0000
commitaf05c29a1f0ae7bfdd056617bc6649aa3db763e3 (patch)
tree5ce3663cd0cdffb7c2001f9e98612b0d8546a598 /libavcodec/libpostproc/postprocess.c
parent1a11cbcc493a6e918ba6cbf0cfc3e126ab20ded6 (diff)
remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 3194 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc/postprocess.c')
-rw-r--r--libavcodec/libpostproc/postprocess.c5
1 files changed, 0 insertions, 5 deletions
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