diff --git a/libavfilter/libmpcodecs/cpudetect.h b/libavfilter/libmpcodecs/cpudetect.h index c0bb7b763b..710f6e6513 100644 --- a/libavfilter/libmpcodecs/cpudetect.h +++ b/libavfilter/libmpcodecs/cpudetect.h @@ -19,8 +19,6 @@ #ifndef MPLAYER_CPUDETECT_H #define MPLAYER_CPUDETECT_H -//#include "config.h" - #define CPUTYPE_I386 3 #define CPUTYPE_I486 4 #define CPUTYPE_I586 5 @@ -40,7 +38,10 @@ typedef struct cpucaps_s { int hasSSE2; int hasSSE3; int hasSSSE3; + int hasSSE4; + int hasSSE42; int hasSSE4a; + int hasAVX; int isX86; unsigned cl_size; /* size of cache line */ int hasAltiVec;