diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-10-08 13:55:02 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-10-08 13:55:02 +0000 |
commit | 75336fc885a696fd34b320bcadcddb98cb4683a9 (patch) | |
tree | 7f7deb805ce955f0a143ff1fc4d70380f1de40f9 /libavcodec/ppc/dsputil_ppc.c | |
parent | 260ceb632295f7cea1248ed062e9ac95641edf27 (diff) | |
download | ffmpeg-75336fc885a696fd34b320bcadcddb98cb4683a9.tar.gz |
Non Altivec optimizations already present at the top
Originally committed as revision 6588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/dsputil_ppc.c')
-rw-r--r-- | libavcodec/ppc/dsputil_ppc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c index cf1281aa0c..f4c6b6c096 100644 --- a/libavcodec/ppc/dsputil_ppc.c +++ b/libavcodec/ppc/dsputil_ppc.c @@ -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 */ } |