Commit 7d63ab71 authored by michaelni's avatar michaelni

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


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