[FFmpeg-cvslog] x86/intreadwrite: fix include of config.h
James Almer
git at videolan.org
Wed Jul 10 19:53:34 EEST 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Jul 10 13:52:52 2024 -0300| [1a86a7a48d60aaa64ff55c109ee64512576d7e8b] | committer: James Almer
x86/intreadwrite: fix include of config.h
Should fix make checkheaders.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a86a7a48d60aaa64ff55c109ee64512576d7e8b
---
libavutil/x86/intreadwrite.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/x86/intreadwrite.h b/libavutil/x86/intreadwrite.h
index fd21143dd9..d916410e14 100644
--- a/libavutil/x86/intreadwrite.h
+++ b/libavutil/x86/intreadwrite.h
@@ -22,13 +22,13 @@
#define AVUTIL_X86_INTREADWRITE_H
#include <stdint.h>
+#include "config.h"
#if HAVE_INTRINSICS_SSE && defined(__SSE__)
#include <immintrin.h>
#endif
#if HAVE_INTRINSICS_SSE2 && defined(__SSE2__)
#include <emmintrin.h>
#endif
-#include "config.h"
#include "libavutil/attributes.h"
#if HAVE_INTRINSICS_SSE && defined(__SSE__)
More information about the ffmpeg-cvslog
mailing list