From 6b4343616cf425e803b3cba2d898b611de3bbf02 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 4 Apr 2009 13:20:53 +0000 Subject: Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency with libswscale. Originally committed as revision 18330 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/mpegvideo_mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/mpegvideo_mmx.c') diff --git a/libavcodec/x86/mpegvideo_mmx.c b/libavcodec/x86/mpegvideo_mmx.c index cbd5a17e7f..5deb68d28d 100644 --- a/libavcodec/x86/mpegvideo_mmx.c +++ b/libavcodec/x86/mpegvideo_mmx.c @@ -650,7 +650,7 @@ void MPV_common_init_mmx(MpegEncContext *s) #endif if(mm_flags & FF_MM_SSE2){ s->dct_quantize= dct_quantize_SSE2; - } else if(mm_flags & FF_MM_MMXEXT){ + } else if(mm_flags & FF_MM_MMX2){ s->dct_quantize= dct_quantize_MMX2; } else { s->dct_quantize= dct_quantize_MMX; -- cgit v1.2.3