summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bwdif.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_bwdif.c')
-rw-r--r--libavfilter/vf_bwdif.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavfilter/vf_bwdif.c b/libavfilter/vf_bwdif.c
index c3b7abc1b9..65c617ebb3 100644
--- a/libavfilter/vf_bwdif.c
+++ b/libavfilter/vf_bwdif.c
@@ -350,8 +350,9 @@ static int config_props(AVFilterLink *link)
s->filter_edge = filter_edge;
}
- if (ARCH_X86)
- ff_bwdif_init_x86(s);
+#if ARCH_X86
+ ff_bwdif_init_x86(s);
+#endif
return 0;
}