mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Fix build with libavfilter disabled
Although I'm not sure why we even support this.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user