Remove AltiVec vector declaration compiler compatibility macros.
authorDiego Biurrun <diego@biurrun.de>
Thu, 24 Jul 2008 16:49:14 +0000 (16:49 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 24 Jul 2008 16:49:14 +0000 (16:49 +0000)
commitf22e5e22ef5782bdfeb0fb1f4aba49e24bd397ee
tree4ea53f568aa5128326643717eea2f371a91c7afc
parente740c796d801d38eaaddfd337a18cfd0df8a5756
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 27344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/yuv2rgb_altivec.c