From 69283bc0f8905e7748343f2c5389791f858a5f4c Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Sep 2016 21:07:03 +0200 Subject: options: deprecate suboptions for the remaining AO/VOs --- video/out/vo_direct3d.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/vo_direct3d.c') diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c index 7307c45fa4..bb3f9461c1 100644 --- a/video/out/vo_direct3d.c +++ b/video/out/vo_direct3d.c @@ -1749,4 +1749,5 @@ const struct vo_driver video_out_direct3d = { .priv_size = sizeof(d3d_priv), .priv_defaults = &defaults, .options = opts, + .legacy_prefix = "vo-direct3d", }; -- cgit v1.2.3