[FFmpeg-cvslog] lavu: Fix checkheaders for x86/emms.h

James Almer git at videolan.org
Sun Feb 17 00:35:44 CET 2013


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Feb 16 00:56:14 2013 -0300| [a56fd9edab5748a86dc4207b9ddecbe47d04b770] | committer: Michael Niedermayer

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 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a56fd9edab5748a86dc4207b9ddecbe47d04b770
---

 libavutil/x86/emms.h |    1 +
 1 file changed, 1 insertion(+)

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);
 



More information about the ffmpeg-cvslog mailing list