Mercurial > mplayer.hg
view mp3lib/d_cpu.h @ 3241:71075e783b04
fixed xanim detection (also present on non-x86 too - look at xanim homepage) and added tv into _inputmodules
author | alex |
---|---|
date | Sat, 01 Dec 2001 14:41:54 +0000 |
parents | 03b7e2955a20 |
children |
line wrap: on
line source
// -------------------------------------------------------------------------- // Cpu function detect by Pontscho/fresh!mindworkz // -------------------------------------------------------------------------- #ifndef __MY_CPUIDENT #define __MY_CPUIDENT unsigned int _CpuID; unsigned int _i586; unsigned int _3dnow; unsigned int _isse; unsigned int _has_mmx; extern unsigned long CpuDetect( void ); extern unsigned long ipentium( void ); extern unsigned long isse( void ); extern unsigned long a3dnow( void ); #endif