summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_lavfi.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_lavfi.h')
-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 45765d9dea..aef8a93448 100644
--- a/video/filter/vf_lavfi.h
+++ b/video/filter/vf_lavfi.h
@@ -37,7 +37,7 @@ static void vf_lw_set_recreate_cb(struct vf_instance *vf,
void (*recreate)(struct vf_instance *vf))
{
}
-#include "mpvcore/m_option.h"
+#include "options/m_option.h"
static const struct m_sub_options vf_lw_conf = {0};
#endif