comparison 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
comparison
equal deleted inserted replaced
1:383bfb30fc84 2:2e2c46c87460
432 break; 432 break;
433 case ME_PHODS: 433 case ME_PHODS:
434 dmin = phods_motion_search(s, &mx, &my, range / 2, xmin, ymin, xmax, ymax); 434 dmin = phods_motion_search(s, &mx, &my, range / 2, xmin, ymin, xmax, ymax);
435 break; 435 break;
436 } 436 }
437 #ifdef CONFIG_MMX 437 #ifdef HAVE_MMX
438 if (mm_flags & MM_MMX) 438 if (mm_flags & MM_MMX)
439 emms(); 439 emms();
440 #endif 440 #endif
441 441
442 /* intra / predictive decision */ 442 /* intra / predictive decision */