git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b7fe35c
)
lavu: Fix checkheaders for x86/emms.h
author
James Almer
<jamrial@gmail.com>
Sat, 16 Feb 2013 03:56:14 +0000
(
00:56
-0300)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 16 Feb 2013 23:18:16 +0000
(
00:18
+0100)
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>
libavutil/x86/emms.h
patch
|
blob
|
history
diff --git
a/libavutil/x86/emms.h
b/libavutil/x86/emms.h
index
809a23b
..
a529b6b
100644
(file)
--- 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);