Commit 7ca413b4 authored by Francisco Javier Cabello Torres's avatar Francisco Javier Cabello Torres Committed by Michael Niedermayer

via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)

Originally committed as revision 1285 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f78ebb51
......@@ -91,7 +91,8 @@ int mm_support(void)
if( edx & ( 1 << 23) )
rval |= MM_MMX;
if( edx & ( 1 << 24) )
rval |= MM_MMXEXT;
rval |= MM_MMXEXT;
return rval;
} else if (ebx == 0x69727943 &&
edx == 0x736e4978 &&
ecx == 0x64616574) {
......
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