Commit af05c29a authored by Romain Dolbeau's avatar Romain Dolbeau Committed by Michael Niedermayer

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
parent 1a11cbcc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment