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_xv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/vo_xv.c') diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index b51a57e38c..0078dc8237 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -935,4 +935,5 @@ const struct vo_driver video_out_xv = { OPT_REMOVED("no-colorkey", "use ck-method=none instead"), {0} }, + .legacy_prefix = "xv", }; -- cgit v1.2.3