]> git.sesse.net Git - vlc/blobdiff - src/misc/cpu.c
* ALL: got rid of p_object->p_this which is now useless.
[vlc] / src / misc / cpu.c
index 9e4827f9938642dbad9e64afa875a597b2b47fb0..4975e2ffdb96c171bedb9246fe7f0ef23f428b61 100644 (file)
@@ -2,7 +2,7 @@
  * cpu.c: CPU detection code
  *****************************************************************************
  * Copyright (C) 1998-2002 VideoLAN
- * $Id: cpu.c,v 1.1 2002/06/01 12:32:01 sam Exp $
+ * $Id: cpu.c,v 1.2 2002/06/01 18:04:49 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -57,7 +57,7 @@ static char   *psz_capability;
  *****************************************************************************
  * This function is called to list extensions the CPU may have.
  *****************************************************************************/
-u32 CPUCapabilities( vlc_object_t *p_this )
+u32 __CPUCapabilities( vlc_object_t *p_this )
 {
     volatile u32 i_capabilities = CPU_CAPABILITY_NONE;