mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_fftfilt: Add missing cpu.h inclusion
Error was: implicit declaration of function 'av_cpu_max_align' is invalid in C99 Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
8e825ec3ab
commit
9f4dff61f7
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
#include "libavfilter/internal.h"
|
#include "libavfilter/internal.h"
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
#include "libavutil/cpu.h"
|
||||||
#include "libavutil/imgutils.h"
|
#include "libavutil/imgutils.h"
|
||||||
#include "libavutil/opt.h"
|
#include "libavutil/opt.h"
|
||||||
#include "libavutil/pixdesc.h"
|
#include "libavutil/pixdesc.h"
|
||||||
|
|
Loading…
Reference in New Issue