From aeaa1767e9f62fd45607c2d5b73253ccf6b3e241 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Sep 2014 19:10:50 +0200 Subject: Fix build with libavfilter disabled Although I'm not sure why we even support this. --- video/filter/vf_lavfi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/filter') diff --git a/video/filter/vf_lavfi.h b/video/filter/vf_lavfi.h index 889129a8c2..21bbe52dc8 100644 --- a/video/filter/vf_lavfi.h +++ b/video/filter/vf_lavfi.h @@ -35,7 +35,7 @@ static void *vf_lw_old_priv(struct vf_instance *vf) static void vf_lw_update_graph(struct vf_instance *vf, char *filter, char *opts, ...) { } -void vf_lw_set_reconfig_cb(struct vf_instance *vf, +static void vf_lw_set_reconfig_cb(struct vf_instance *vf, int (*reconfig)(struct vf_instance *vf, struct mp_image_params *in, struct mp_image_params *out)) -- cgit v1.2.3