Commit 159b6fda authored by bcoudurier's avatar bcoudurier

add sse2 fdct

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15817 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent af10e72e
......@@ -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