OSDN Git Service

Remove AltiVec vector declaration compiler compatibility macros.
authorDiego Biurrun <diego@biurrun.de>
Thu, 24 Jul 2008 10:53:32 +0000 (10:53 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 24 Jul 2008 10:53:32 +0000 (10:53 +0000)
commit80a61f08d2d6059b0aaffa4c8b8120fb0ab0ca75
tree4567552fff1cba203b754fc790485d702414a687
parentec072669f7398f40d8001c8cb0868880569c6cd9
Remove AltiVec vector declaration compiler compatibility macros.
The original problem was that FSF and Apple gcc used a different syntax
for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support
the standard {} syntax and versions that support {} are available on all
relevant Mac OS X versions. Thus the greater compatibility is no longer
worth cluttering the code with macros.

Originally committed as revision 14366 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
libavcodec/ppc/dsputil_altivec.c
libavcodec/ppc/fdct_altivec.c
libavcodec/ppc/h264_altivec.c
libavcodec/ppc/h264_template_altivec.c
libavcodec/ppc/idct_altivec.c
libavcodec/ppc/mpegvideo_altivec.c
libavcodec/ppc/util_altivec.h
libavutil/internal.h
libpostproc/postprocess_altivec_template.c