Non Altivec optimizations already present at the top

Originally committed as revision 6588 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Barbato 2006-10-08 13:55:02 +00:00
parent 260ceb6322
commit 75336fc885
1 changed files with 1 additions and 6 deletions

View File

@ -314,11 +314,6 @@ void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx)
}
}
#endif /* POWERPC_PERFORMANCE_REPORT */
} else
#endif /* HAVE_ALTIVEC */
{
// Non-AltiVec PPC optimisations
// ... pending ...
}
#endif /* HAVE_ALTIVEC */
}