Only check for altivec.h when not using Apple gcc and not adding -faltivec to
authorDiego Biurrun <diego@biurrun.de>
Sat, 15 Mar 2008 09:47:49 +0000 (09:47 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 15 Mar 2008 09:47:49 +0000 (09:47 +0000)
commit5dff04fc51dd280e7704f9f121056584ba297c24
tree6d16c2ab39a4f0794e7b090a3864644ae616500d
parent0870c7674a2f67a3504162e90985448e4bc35329
Only check for altivec.h when not using Apple gcc and not adding -faltivec to
CFLAGS. This avoids a couple of warnings of the type
'#warning: Ignoring <altivec.h> because "-faltivec" specified'.

Originally committed as revision 12445 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure