Commit 6ffdf2f3 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

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

Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent b6301dc6
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment