Commit 75336fc8 authored by Luca Barbato's avatar Luca Barbato

Non Altivec optimizations already present at the top

Originally committed as revision 6588 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 260ceb63
......@@ -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 */
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment