summaryrefslogtreecommitdiff
path: root/libavfilter/vf_identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_identity.c')
-rw-r--r--libavfilter/vf_identity.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/vf_identity.c b/libavfilter/vf_identity.c
index cc30761388..84def7959b 100644
--- a/libavfilter/vf_identity.c
+++ b/libavfilter/vf_identity.c
@@ -23,6 +23,8 @@
* Calculate the Identity between two input videos.
*/
+#include "config_components.h"
+
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"