summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp9dsp_init.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-14 15:11:43 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-19 14:34:10 +0200
commitf3c197b129482954e863aa6cc0fe9fd0713a9321 (patch)
tree6d3a7c71f9ba5279c93b3e199f072d0c535ea637 /libavcodec/x86/vp9dsp_init.h
parent84ac1440b2a726b8a989dafdf634081651de1c10 (diff)
Include attributes.h directly
Some files currently rely on libavutil/cpu.h to include it for them; yet said file won't use include it any more after the currently deprecated functions are removed, so include attributes.h directly. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/x86/vp9dsp_init.h')
-rw-r--r--libavcodec/x86/vp9dsp_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/vp9dsp_init.h b/libavcodec/x86/vp9dsp_init.h
index ebe7ca8ad0..fc1e0557fa 100644
--- a/libavcodec/x86/vp9dsp_init.h
+++ b/libavcodec/x86/vp9dsp_init.h
@@ -23,6 +23,7 @@
#ifndef AVCODEC_X86_VP9DSP_INIT_H
#define AVCODEC_X86_VP9DSP_INIT_H
+#include "libavutil/attributes.h"
#include "libavutil/mem_internal.h"
#include "libavcodec/vp9dsp.h"