--- emms.h 2002/06/16 22:38:08 1.3 +++ emms.h 2003/01/04 06:14:33 1.7.2.1 @@ -33,10 +33,12 @@ * * - Mon Jun 17 00:16:13 2002 Added legal header * - * $Id: emms.h,v 1.3 2002/06/16 22:38:08 edgomez Exp $ + * $Id: emms.h,v 1.7.2.1 2003/01/04 06:14:33 suxen_drol Exp $ * ****************************************************************************/ +#include "../xvid.h" + #ifndef _EMMS_H_ #define _EMMS_H_ @@ -55,14 +57,17 @@ emmsFunc emms_c; emmsFunc emms_mmx; +emmsFunc emms_3dn; /***************************************************************************** * Prototypes ****************************************************************************/ -#if defined(ARCH_X86) -/* Returns the cpuid feature flags - defined in x86_asm/cpuid.asm */ -int check_cpu_features(void); +#ifdef ARCH_X86 +extern int check_cpu_features(void); +extern void sse_os_trigger(void); +extern void sse2_os_trigger(void); #endif + #endif