projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed config for direct mplayer build compatibility
[libav.git]
/
libavcodec
/
motion_est.c
diff --git
a/libavcodec/motion_est.c
b/libavcodec/motion_est.c
index
09fe662
..
0d77663
100644
(file)
--- a/
libavcodec/motion_est.c
+++ b/
libavcodec/motion_est.c
@@
-434,7
+434,7
@@
int estimate_motion(MpegEncContext * s,
dmin = phods_motion_search(s, &mx, &my, range / 2, xmin, ymin, xmax, ymax);
break;
}
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
if (mm_flags & MM_MMX)
emms();
#endif