From a2a5fa454565e7e7ca11721ec9d1935a9fccf168 Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Sun, 5 Mar 2017 16:47:36 -0500 Subject: options: add M_OPT_FILE to some more file options (Helps shell completion.) --- video/out/opengl/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/video.c') diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index 3a19858953..a9ee6ea503 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -380,7 +380,7 @@ const struct m_sub_options gl_video_conf = { ({"no", BLEND_SUBS_NO}, {"yes", BLEND_SUBS_YES}, {"video", BLEND_SUBS_VIDEO})), - OPT_STRINGLIST("opengl-shaders", user_shaders, 0), + OPT_STRINGLIST("opengl-shaders", user_shaders, M_OPT_FILE), OPT_FLAG("deband", deband, 0), OPT_SUBSTRUCT("deband", deband_opts, deband_conf, 0), OPT_FLOAT("sharpen", unsharp, 0), -- cgit v1.2.3