summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-10-08 13:55:02 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-10-08 13:55:02 +0000
commit75336fc885a696fd34b320bcadcddb98cb4683a9 (patch)
tree7f7deb805ce955f0a143ff1fc4d70380f1de40f9 /libavcodec/ppc
parent260ceb632295f7cea1248ed062e9ac95641edf27 (diff)
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')
-rw-r--r--libavcodec/ppc/dsputil_ppc.c7
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 */
}