From 69f120ead7fbec9a469a5c0950b2a44fbc89f7a0 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 12 Jun 2021 22:10:11 +0200 Subject: avcodec/avcodec: Don't include cpu.h It is not used here at all; instead, add it where it is used without including it or any of the arch-specific CPU headers. Signed-off-by: Andreas Rheinhardt --- libavcodec/libaomdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/libaomdec.c') diff --git a/libavcodec/libaomdec.c b/libavcodec/libaomdec.c index 6e7324a832..75ecc08970 100644 --- a/libavcodec/libaomdec.c +++ b/libavcodec/libaomdec.c @@ -27,6 +27,7 @@ #include #include "libavutil/common.h" +#include "libavutil/cpu.h" #include "libavutil/imgutils.h" #include "avcodec.h" -- cgit v1.2.3