From fee0b990475fad20a40711ecbe2926070a67af2b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 16 Jun 2013 17:26:28 +0200 Subject: fix compile, sorry --- video/filter/vf_dlopen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/filter') diff --git a/video/filter/vf_dlopen.c b/video/filter/vf_dlopen.c index 2f13287e3d..72e747c2a7 100644 --- a/video/filter/vf_dlopen.c +++ b/video/filter/vf_dlopen.c @@ -292,6 +292,7 @@ static int query_format(struct vf_instance *vf, unsigned int fmt) static int vf_open(vf_instance_t *vf, char *args) { + int i; if (!vf->priv->cfg_dllname) { mp_msg(MSGT_VFILTER, MSGL_ERR, "usage: -vf dlopen=filename.so:function:args\n"); -- cgit v1.2.3