mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +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
|
#define AVUTIL_X86_INTREADWRITE_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "config.h"
|
||||||
#if HAVE_INTRINSICS_SSE && defined(__SSE__)
|
#if HAVE_INTRINSICS_SSE && defined(__SSE__)
|
||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_INTRINSICS_SSE2 && defined(__SSE2__)
|
#if HAVE_INTRINSICS_SSE2 && defined(__SSE2__)
|
||||||
#include <emmintrin.h>
|
#include <emmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
#include "config.h"
|
|
||||||
#include "libavutil/attributes.h"
|
#include "libavutil/attributes.h"
|
||||||
|
|
||||||
#if HAVE_INTRINSICS_SSE && defined(__SSE__)
|
#if HAVE_INTRINSICS_SSE && defined(__SSE__)
|
||||||
|
|||||||
Reference in New Issue
Block a user