00001 #ifndef GOOM_MMX_H
00002
00003 #include <mythconfig.h>
00004 #include <libavcodec/avcodec.h>
00005 #include <ffmpeg-mmx.h>
00006
00007 #define MM_MMX 0x0001
00008 #define MM_3DNOW 0x0004
00009 #define MM_MMXEXT 0x0002
00010 #define MM_SSE 0x0008
00011 #define MM_SSE2 0x0010
00012 #define MM_3DNOWEXT 0x0020
00013
00014 #endif