summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-02-16 00:56:14 -0300
committerMichael Niedermayer <michaelni@gmx.at>2013-02-17 00:18:16 +0100
commita56fd9edab5748a86dc4207b9ddecbe47d04b770 (patch)
tree149c8626f9152bc1af797a6c62562f51124a4d97 /libavutil
parentb7fe35c9e50e1701274364adf7280bf4a02b092b (diff)
downloadffmpeg-streaming-a56fd9edab5748a86dc4207b9ddecbe47d04b770.zip
ffmpeg-streaming-a56fd9edab5748a86dc4207b9ddecbe47d04b770.tar.gz
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 <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/x86/emms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/x86/emms.h b/libavutil/x86/emms.h
index 809a23b..a529b6b 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);
OpenPOWER on IntegriCloud