mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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:
parent
15056dd650
commit
1a86a7a48d
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue