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 --- audio/out/ao_wasapi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/out/ao_wasapi.c') diff --git a/audio/out/ao_wasapi.c b/audio/out/ao_wasapi.c index 325a7cf72b..7cdde49ce9 100644 --- a/audio/out/ao_wasapi.c +++ b/audio/out/ao_wasapi.c @@ -499,4 +499,5 @@ const struct ao_driver audio_out_wasapi = { OPT_STRING("device", opt_device, 0), {NULL}, }, + .legacy_prefix = "ao-wasapi", }; -- cgit v1.2.3