[cvs] / xvidcore / src / plugins / plugin_ssim.c Repository:
ViewVC logotype

Diff of /xvidcore/src/plugins/plugin_ssim.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8, Thu Dec 21 23:27:25 2006 UTC revision 1.10, Wed Nov 26 01:04:34 2008 UTC
# Line 23  Line 23 
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
26  #include <malloc.h>  #include <stdlib.h>
27  #include <stdio.h>  #include <stdio.h>
28  #include <math.h>  #include <math.h>
29  #include "../portab.h"  #include "../portab.h"
# Line 478  Line 478 
478    
479          ssim->grid = param->acc;          ssim->grid = param->acc;
480    
481  #if defined(ARCH_IS_IA32)  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)
482          {          {
483                  int cpu_flags = check_cpu_features();                  int cpu_flags = check_cpu_features();
484                  if((cpu_flags & XVID_CPU_MMX) && (param->acc > 0)){                  if((cpu_flags & XVID_CPU_MMX) && (param->acc > 0)){

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4