diff options
Diffstat (limited to 'cpudetect.h')
-rw-r--r-- | cpudetect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.h b/cpudetect.h index 5ac4633582..c80dddde11 100644 --- a/cpudetect.h +++ b/cpudetect.h @@ -8,7 +8,7 @@ #define CPUTYPE_I586 5 #define CPUTYPE_I686 6 -#include "libavutil/x86_cpu.h" +#include "ffmpeg_files/x86_cpu.h" typedef struct cpucaps_s { int cpuType; |