You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +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:
@@ -28,7 +28,11 @@
|
||||
#ifndef AVCODEC_DIRAC_ARITH_H
|
||||
#define AVCODEC_DIRAC_ARITH_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if ARCH_X86
|
||||
#include "libavutil/x86/asm.h"
|
||||
#endif
|
||||
#include "bytestream.h"
|
||||
#include "get_bits.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user