diff motion_est.c @ 2:2e2c46c87460 libavcodec

fixed config for direct mplayer build compatibility
author glantau
date Mon, 23 Jul 2001 20:06:54 +0000
parents 986e461dc072
children ec4642daa6fe
line wrap: on
line diff
--- a/motion_est.c	Mon Jul 23 18:58:11 2001 +0000
+++ b/motion_est.c	Mon Jul 23 20:06:54 2001 +0000
@@ -434,7 +434,7 @@
 	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