fixed config for direct mplayer build compatibility

Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard
2001-07-23 20:06:54 +00:00
parent d78647e8b4
commit 980fc7b834
11 changed files with 63 additions and 36 deletions

View File

@@ -434,7 +434,7 @@ int estimate_motion(MpegEncContext * s,
dmin = phods_motion_search(s, &mx, &my, range / 2, xmin, ymin, xmax, ymax);
break;
}
#ifdef CONFIG_MMX
#ifdef HAVE_MMX
if (mm_flags & MM_MMX)
emms();
#endif