[cvs] / xvidcore / src / utils / emms.h Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/emms.h

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

revision 1.5, Fri Jun 28 15:14:40 2002 UTC revision 1.6, Sat Jun 29 11:47:17 2002 UTC
# Line 66  Line 66 
66  extern int check_cpu_features(void);  extern int check_cpu_features(void);
67  #else  #else
68  #ifdef ARCH_IA64  #ifdef ARCH_IA64
69  int check_cpu_features(void) { return XVID_CPU_IA64; }  static int check_cpu_features(void) { return XVID_CPU_IA64; }
70  #else  #else
71  int check_cpu_features(void) { return 0; } /* is 0 an acceptable value? */  static int check_cpu_features(void) { return 0; } /* is 0 an acceptable value? */
72  #endif  #endif
73  #endif  #endif
74    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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