]> git.sesse.net Git - vlc/blobdiff - include/tests.h
* Bug fixes and enhancements in the Gtk+/Gnome interfaces.
[vlc] / include / tests.h
index e309340f1a487a2811e22d84d3d5aa01570e116e..c6bd76183bd3252b6f70c785771ee274fd13a030 100644 (file)
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN
  *
- * Authors:
+ * Authors: Samuel Hocevar <sam@zoy.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -49,10 +49,10 @@ static __inline__ int CPUCapabilities( void )
             | CPU_CAPABILITY_586
             | CPU_CAPABILITY_MMX );
 #else
-    int         i_capabilities = CPU_CAPABILITY_NONE;
+    int           i_capabilities = CPU_CAPABILITY_NONE;
 #ifdef __i386__
-    int         i_eax, i_ebx, i_ecx, i_edx;
-    boolean_t   b_amd;
+    unsigned int  i_eax, i_ebx, i_ecx, i_edx;
+    boolean_t     b_amd;
 
 #define cpuid( a )                 \
     asm volatile ( "cpuid"         \