Commit 83534418 authored by Baptiste Coudurier's avatar Baptiste Coudurier

add sse2 fdct

Originally committed as revision 15817 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 74e8b78b
......@@ -94,6 +94,7 @@ struct algo algos[] = {
{"MMX", 0, ff_fdct_mmx, fdct, NO_PERM, FF_MM_MMX},
#ifdef HAVE_MMX2
{"MMX2", 0, ff_fdct_mmx2, fdct, NO_PERM, FF_MM_MMXEXT},
{"SSE2", 0, ff_fdct_sse2, fdct, NO_PERM, FF_MM_SSE2},
#endif
#ifdef CONFIG_GPL
......
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