Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-14 16:11:43 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-19 15:34:10 +0300
commitf3c197b129482954e863aa6cc0fe9fd0713a9321 (patch)
tree6d3a7c71f9ba5279c93b3e199f072d0c535ea637 /libswscale/arm
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 'libswscale/arm')
-rw-r--r--libswscale/arm/swscale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/arm/swscale.c b/libswscale/arm/swscale.c
index 7b8fbcbc79..5f2fd2ce49 100644
--- a/libswscale/arm/swscale.c
+++ b/libswscale/arm/swscale.c
@@ -17,6 +17,7 @@
*/
#include "config.h"
+#include "libavutil/attributes.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "libavutil/arm/cpu.h"