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_pcm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/out/ao_pcm.c') diff --git a/audio/out/ao_pcm.c b/audio/out/ao_pcm.c index c26f614f2d..535b77642d 100644 --- a/audio/out/ao_pcm.c +++ b/audio/out/ao_pcm.c @@ -226,4 +226,5 @@ const struct ao_driver audio_out_pcm = { OPT_FLAG("append", append, 0), {0} }, + .legacy_prefix = "ao-pcm", }; -- cgit v1.2.3