summaryrefslogtreecommitdiffstats
path: root/audio/out/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao.h')
-rw-r--r--audio/out/ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao.h b/audio/out/ao.h
index da81be103c..0207e5a8bf 100644
--- a/audio/out/ao.h
+++ b/audio/out/ao.h
@@ -39,7 +39,7 @@ enum aocontrol {
// If set, then the queued audio data is the last. Note that after a while, new
// data might be written again, instead of closing the AO.
-#define AOPLAY_FINAL_CHUNK 1
+#define PLAYER_FINAL_CHUNK 1
enum {
AO_EVENT_RELOAD = 1,