--- emms.h 2002/07/18 13:45:14 1.7 +++ emms.h 2003/01/04 06:14:33 1.7.2.1 @@ -33,7 +33,7 @@ * * - Mon Jun 17 00:16:13 2002 Added legal header * - * $Id: emms.h,v 1.7 2002/07/18 13:45:14 suxen_drol Exp $ + * $Id: emms.h,v 1.7.2.1 2003/01/04 06:14:33 suxen_drol Exp $ * ****************************************************************************/ @@ -57,6 +57,7 @@ emmsFunc emms_c; emmsFunc emms_mmx; +emmsFunc emms_3dn; /***************************************************************************** * Prototypes @@ -66,12 +67,6 @@ extern int check_cpu_features(void); extern void sse_os_trigger(void); extern void sse2_os_trigger(void); -#else -#ifdef ARCH_IA64 -static int check_cpu_features(void) { return XVID_CPU_IA64; } -#else -static int check_cpu_features(void) { return 0; } /* is 0 an acceptable value? */ -#endif #endif