From a56fd9edab5748a86dc4207b9ddecbe47d04b770 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 16 Feb 2013 00:56:14 -0300 Subject: [PATCH] lavu: Fix checkheaders for x86/emms.h internal.h doesn't need to include cpu.h anymore since the relevant code was moved to x86/emms.h Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- libavutil/x86/emms.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/x86/emms.h b/libavutil/x86/emms.h index 809a23b05b..a529b6bbbe 100644 --- a/libavutil/x86/emms.h +++ b/libavutil/x86/emms.h @@ -21,6 +21,7 @@ #include "config.h" #include "libavutil/attributes.h" +#include "libavutil/cpu.h" void avpriv_emms_yasm(void);