diff --git a/libavfilter/vf_blackdetect.h b/libavfilter/vf_blackdetect.h index 838a0355df..48350568a9 100644 --- a/libavfilter/vf_blackdetect.h +++ b/libavfilter/vf_blackdetect.h @@ -22,6 +22,8 @@ #include #include +#include "config.h" + typedef unsigned (*ff_blackdetect_fn)(const uint8_t *src, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, unsigned threshold);