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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/out/ao_openal.c b/audio/out/ao_openal.c
index 72e8799e00..41a1a03194 100644
--- a/audio/out/ao_openal.c
+++ b/audio/out/ao_openal.c
@@ -359,4 +359,5 @@ const struct ao_driver audio_out_openal = {
OPT_STRING_VALIDATE("device", cfg_device, 0, validate_device_opt),
{0}
},
+ .legacy_prefix = "ao-openal",
};