summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-28 19:10:50 +0200
committerwm4 <wm4@nowhere>2014-09-28 19:10:50 +0200
commitaeaa1767e9f62fd45607c2d5b73253ccf6b3e241 (patch)
tree0fc55962a9d66f4ba16dbcf76659eb56ed4aab87
parent295b6dc1695e39ed007c8d4ae71bae7517381162 (diff)
downloadmpv-aeaa1767e9f62fd45607c2d5b73253ccf6b3e241.tar.bz2
mpv-aeaa1767e9f62fd45607c2d5b73253ccf6b3e241.tar.xz
Fix build with libavfilter disabled
Although I'm not sure why we even support this.
-rw-r--r--video/filter/vf_lavfi.h2
1 files changed, 1 insertions, 1 deletions
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))