You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	add sse2 fdct
Originally committed as revision 15817 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user