]> git.sesse.net Git - vlc/blobdiff - include/tests.h
* Fixed the BeOS compile typo.
[vlc] / include / tests.h
index 4b1fe8302d4f90211a22d36b4c5508630b8ef1b2..8e545e18c9f3483399c34c2dd49707acb5de721e 100644 (file)
@@ -2,7 +2,7 @@
  * tests.h: several test functions needed by the plugins
  *****************************************************************************
  * Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN
- * $Id: tests.h,v 1.9 2001/03/21 13:42:33 sam Exp $
+ * $Id: tests.h,v 1.11 2001/05/30 17:03:11 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
 #define CPU_CAPABILITY_MMX     1<<3
 #define CPU_CAPABILITY_3DNOW   1<<4
 #define CPU_CAPABILITY_MMXEXT  1<<5
+#define CPU_CAPABILITY_SSE     1<<6
 #define CPU_CAPABILITY_ALTIVEC 1<<16
 
 /*****************************************************************************
  * TestVersion: tests if the given string equals the current version
  *****************************************************************************/
-int TestVersion  ( char * psz_version );
-int TestProgram  ( char * psz_program );
-int TestMethod   ( char * psz_var, char * psz_method );
-int TestCPU      ( int i_capabilities );
+int TestProgram  ( char * );
+int TestMethod   ( char *, char * );
+int TestCPU      ( int );