avfilter/vf_blackdetect: add missing config.h include
For ARCH_X86. Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
parent
b7a3c426ea
commit
a6380c35d6
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
typedef unsigned (*ff_blackdetect_fn)(const uint8_t *src, ptrdiff_t stride,
|
||||
ptrdiff_t width, ptrdiff_t height,
|
||||
unsigned threshold);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue