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

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

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

revision 244, Wed Jun 26 15:56:35 2002 UTC revision 245, Wed Jun 26 15:59:51 2002 UTC
# Line 33  Line 33 
33   *   *
34   *  - Mon Jun 17 00:16:13 2002 Added legal header   *  - Mon Jun 17 00:16:13 2002 Added legal header
35   *   *
36   *  $Id: emms.h,v 1.3 2002-06-16 22:38:08 edgomez Exp $   *  $Id: emms.h,v 1.4 2002-06-26 15:59:51 ia64p Exp $
37   *   *
38   ****************************************************************************/   ****************************************************************************/
39    
40    #include "../xvid.h"
41    
42  #ifndef _EMMS_H_  #ifndef _EMMS_H_
43  #define _EMMS_H_  #define _EMMS_H_
44    
# Line 60  Line 62 
62   * Prototypes   * Prototypes
63   ****************************************************************************/   ****************************************************************************/
64    
65  #if defined(ARCH_X86)  static int check_cpu_features(void);
66  /* Returns the cpuid feature flags - defined in x86_asm/cpuid.asm */  
67  int check_cpu_features(void);  #ifdef ARCH_IA64
68    int check_cpu_features(void) { return XVID_CPU_IA64; }
69    #else
70    #ifndef ARCH_X86
71    int check_cpu_features(void) { return 0; } /* is 0 an acceptable value? */
72  #endif  #endif
73    #endif
74    
75    
76  #endif  #endif

Legend:
Removed from v.244  
changed lines
  Added in v.245

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