[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 245, Wed Jun 26 15:59:51 2002 UTC revision 249, Sat Jun 29 11:47:17 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.4 2002-06-26 15:59:51 ia64p Exp $   *  $Id: emms.h,v 1.6 2002-06-29 11:47:17 ia64p Exp $
37   *   *
38   ****************************************************************************/   ****************************************************************************/
39    
# 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    #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  #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? */  
72  #endif  #endif
73  #endif  #endif
74    

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

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