1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/dirac_arith: Only include x86/asm.h for ARCH_X86

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-03-13 18:18:32 +01:00
parent b6301dc658
commit 6ffdf2f370

View File

@ -28,7 +28,11 @@
#ifndef AVCODEC_DIRAC_ARITH_H #ifndef AVCODEC_DIRAC_ARITH_H
#define AVCODEC_DIRAC_ARITH_H #define AVCODEC_DIRAC_ARITH_H
#include "config.h"
#if ARCH_X86
#include "libavutil/x86/asm.h" #include "libavutil/x86/asm.h"
#endif
#include "bytestream.h" #include "bytestream.h"
#include "get_bits.h" #include "get_bits.h"