Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec
authorDiego Biurrun <diego@biurrun.de>
Tue, 2 Oct 2007 10:22:22 +0000 (10:22 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 2 Oct 2007 10:22:22 +0000 (10:22 +0000)
commit465c9fdeebe32de6de0d68a869d971e704e95704
tree449b6b749daadb7a88b6eeb53cfa3ee35db7563b
parent3303926c2f06841270281e7f5210c0c94292e089
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec
optimizations and no general PPC optimizations. Instead make the file be
compiled conditional to HAVE_ALTIVEC.

Originally committed as revision 10637 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/ppc/mpegvideo_ppc.c