]> git.sesse.net Git - vlc/blobdiff - include/vlc_cpu.h
* ALL: new module API. Makes a few things a lot simpler, and we gain
[vlc] / include / vlc_cpu.h
index 792938e9786caf095bdc4ead4e87faf6c060ad71..218cfbbe3d5116842843e09885b108a3570233f2 100644 (file)
@@ -2,7 +2,7 @@
  * cpu.h: CPU type detection
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlc_cpu.h,v 1.2 2002/06/01 18:04:48 sam Exp $
+ * $Id: vlc_cpu.h,v 1.3 2002/07/31 20:56:50 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -21,6 +21,6 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#define CPUCapabilities(a) __CPUCapabilities(CAST_TO_VLC_OBJECT(a))
+#define CPUCapabilities(a) __CPUCapabilities(VLC_OBJECT(a))
 u32 __CPUCapabilities( vlc_object_t * );