[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.4, Wed Jun 26 15:59:51 2002 UTC revision 1.7, Thu Jul 18 13:45:14 2002 UTC
# Line 62  Line 62 
62   * Prototypes   * Prototypes
63   ****************************************************************************/   ****************************************************************************/
64    
65  static int check_cpu_features(void);  #ifdef ARCH_X86
66    extern int check_cpu_features(void);
67    extern void sse_os_trigger(void);
68    extern void sse2_os_trigger(void);
69    #else
70  #ifdef ARCH_IA64  #ifdef ARCH_IA64
71  int check_cpu_features(void) { return XVID_CPU_IA64; }  static int check_cpu_features(void) { return XVID_CPU_IA64; }
72  #else  #else
73  #ifndef ARCH_X86  static int check_cpu_features(void) { return 0; } /* is 0 an acceptable value? */
 int check_cpu_features(void) { return 0; } /* is 0 an acceptable value? */  
74  #endif  #endif
75  #endif  #endif
76    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

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