Browse Source

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
tags/v0.5
Francisco Javier Cabello Torres Michael Niedermayer 22 years ago
parent
commit
7ca413b44a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavcodec/i386/cputest.c

+ 2
- 1
libavcodec/i386/cputest.c View File

@@ -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) {


Loading…
Cancel
Save