mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08:00
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:
@ -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 */
|
||||
}
|
||||
|
Reference in New Issue
Block a user