mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
add sse2 fdct
Originally committed as revision 15817 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
74e8b78b20
commit
83534418f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user