Fix compilation on powerpc with --disable-altivec
authorReinhard Tartler <siretart@tauware.de>
Tue, 9 Mar 2010 08:07:34 +0000 (08:07 +0000)
committerReinhard Tartler <siretart@tauware.de>
Tue, 9 Mar 2010 08:07:34 +0000 (08:07 +0000)
commit07cea6d1cd4e2db922c3e331e86801db3871e08d
tree413d8c00f62b97419bcf51aa0344f66be3d8da1d
parent95bd18eeca4c6f1599d0ca09b37d0e66c82bed8e
Fix compilation on powerpc with --disable-altivec

in case altivec is disabled, even compilation of code using altivec
keywords or asm must be avoided.

Originally committed as revision 30869 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale.c