summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_openal.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao_openal.c')
-rw-r--r--audio/out/ao_openal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/out/ao_openal.c b/audio/out/ao_openal.c
index 41a1a03194..2c29b8923b 100644
--- a/audio/out/ao_openal.c
+++ b/audio/out/ao_openal.c
@@ -356,7 +356,8 @@ const struct ao_driver audio_out_openal = {
.list_devs = list_devs,
.priv_size = sizeof(struct priv),
.options = (const struct m_option[]) {
- OPT_STRING_VALIDATE("device", cfg_device, 0, validate_device_opt),
+ OPT_STRING_VALIDATE("device", cfg_device, 0, validate_device_opt,
+ DEVICE_OPT_DEPRECATION),
{0}
},
.legacy_prefix = "ao-openal",