X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_cpu.h;h=e606828fcc959064593b663a5f4f3f329096b0e9;hb=26d5b73864aea7f4e6d01dba654235cb1accdf84;hp=9610fb6e79f75ede62441dfbb4906ab2439889fe;hpb=145b1961b4825d2a8d807bf02db90440a8c45380;p=vlc diff --git a/include/vlc_cpu.h b/include/vlc_cpu.h index 9610fb6e79..e606828fcc 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.4 2002/10/03 13:21:54 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 @@ -18,8 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -u32 CPUCapabilities( void ); +uint32_t CPUCapabilities( void );