PowerPC vsx auto setting does not sufficiently detect vsx support
It would appear the configure script is only testing if the compiler supports VSX rather than the CPU. This poses a problem for someone trying to compile an altivec supported x264 library on older hardware. Perhaps a runtime check could be added for the VSX enabled methods or it could be defaulted to disabled?