view mp3lib/d_cpu.h @ 392:50214d6c1826

- completely rewrote depth switching - support for -bpp (needs at least mplayer.c 1.53 and cfg-mplayer.h 1.18 and latest stuff from libvo to work)
author acki2
date Fri, 13 Apr 2001 18:49:59 +0000
parents a1fe76547e8f
children 03b7e2955a20
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;

extern unsigned long CpuDetect( void );
extern unsigned long ipentium( void );
extern unsigned long a3dnow( void );

#endif