X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_cpu.h;h=a9794ceee260962cfbb30c26e3c89018a9c2fe23;hb=3368c030bf8785290a295ce632e678ca931c8a27;hp=218cfbbe3d5116842843e09885b108a3570233f2;hpb=976dfc3eb46069ea3b920dec899e0c13ccf17c96;p=vlc diff --git a/include/vlc_cpu.h b/include/vlc_cpu.h index 218cfbbe3d..a9794ceee2 100644 --- a/include/vlc_cpu.h +++ b/include/vlc_cpu.h @@ -1,8 +1,8 @@ /***************************************************************************** * cpu.h: CPU type detection ***************************************************************************** - * Copyright (C) 2002 VideoLAN - * $Id: vlc_cpu.h,v 1.3 2002/07/31 20:56:50 sam Exp $ + * Copyright (C) 2002 the VideoLAN team + * $Id$ * * Authors: Samuel Hocevar * @@ -10,7 +10,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -21,6 +21,5 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ -#define CPUCapabilities(a) __CPUCapabilities(VLC_OBJECT(a)) -u32 __CPUCapabilities( vlc_object_t * ); +uint32_t CPUCapabilities( void );