mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
x86/intreadwrite: fix include of config.h
Should fix make checkheaders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user