00001 #ifndef GOOM_MMX_H 00002 00003 #include <mythtv/mythconfig.h> 00004 #include <mythtv/ffmpeg/mmx.h> 00005 00006 int mm_support(void); 00007 00008 #define MM_MMX 0x0001 /* standard MMX */ 00009 #define MM_3DNOW 0x0004 /* AMD 3DNOW */ 00010 #define MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */ 00011 #define MM_SSE 0x0008 /* SSE functions */ 00012 #define MM_SSE2 0x0010 /* PIV SSE2 functions */ 00013 #define MM_3DNOWEXT 0x0020 /* AMD 3DNowExt */ 00014 00015 #endif
1.5.5