Re: [FFmpeg-devel] [PATCH] libavfilter: Fix implicit declarations of av_cpu_max_align

2021-08-04 Thread Andreas Rheinhardt
Martin Storsjö: > --- > libavfilter/af_afftfilt.c | 1 + > libavfilter/avf_showspectrum.c | 1 + > libavfilter/vaf_spectrumsynth.c | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/libavfilter/af_afftfilt.c b/libavfilter/af_afftfilt.c > index 3e69c636c8..877ccc5be0 100644 > ---

[FFmpeg-devel] [PATCH] libavfilter: Fix implicit declarations of av_cpu_max_align

2021-08-04 Thread Martin Storsjö
--- libavfilter/af_afftfilt.c | 1 + libavfilter/avf_showspectrum.c | 1 + libavfilter/vaf_spectrumsynth.c | 1 + 3 files changed, 3 insertions(+) diff --git a/libavfilter/af_afftfilt.c b/libavfilter/af_afftfilt.c index 3e69c636c8..877ccc5be0 100644 --- a/libavfilter/af_afftfilt.c +++