summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showspectrum.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2021-08-04 15:29:54 +0300
committerMartin Storsjö <martin@martin.st>2021-08-04 20:58:15 +0300
commit6d2365882f281f9452b31b91edb2e6a2d4f5ff08 (patch)
tree1ae6251618a60f84f8da744820947ade0214e60e /libavfilter/avf_showspectrum.c
parent65fdc0e589551179f793f69528a975b2253699d2 (diff)
libavfilter: Fix implicit declarations of av_cpu_max_align
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavfilter/avf_showspectrum.c')
-rw-r--r--libavfilter/avf_showspectrum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avf_showspectrum.c b/libavfilter/avf_showspectrum.c
index 9f3ade36f4..52bad5b2ad 100644
--- a/libavfilter/avf_showspectrum.c
+++ b/libavfilter/avf_showspectrum.c
@@ -33,6 +33,7 @@
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
+#include "libavutil/cpu.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/xga_font_data.h"