Browse Source

Use emms_c() instead of ifdef

patch by: Ronald S. Bultje rsbultje a gmail d com

Originally committed as revision 10616 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ronald S. Bultje Andreas Öman 18 years ago
parent
commit
55ffe9df2a
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      libavcodec/imgconvert.c

+ 1
- 3
libavcodec/imgconvert.c View File

@@ -2855,9 +2855,7 @@ int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
width, height);
}
}
#ifdef HAVE_MMX
emms();
#endif
emms_c();
return 0;
}


Loading…
Cancel
Save