summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-07 18:10:12 +0200
committerwm4 <wm4@nowhere>2016-09-07 18:10:12 +0200
commit062423381d0e29d0560d44560019b23dde913bec (patch)
treea64eb1a94ce8fa82aece95888c2dfedd675fc27d /audio
parent2372b0a6f6b3cd653004800f56998bf0176cb0b4 (diff)
downloadmpv-062423381d0e29d0560d44560019b23dde913bec.tar.bz2
mpv-062423381d0e29d0560d44560019b23dde913bec.tar.xz
ao_rsound: fix compilation
Probably fixes #3501.
Diffstat (limited to 'audio')
-rw-r--r--audio/out/ao_rsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_rsound.c b/audio/out/ao_rsound.c
index 65196d0932..5ecb39b9d3 100644
--- a/audio/out/ao_rsound.c
+++ b/audio/out/ao_rsound.c
@@ -158,7 +158,7 @@ const struct ao_driver audio_out_rsound = {
.options = (const struct m_option[]) {
OPT_STRING("host", host, 0,
.deprecation_message = "request --audio-device support on issue tracker"),
- OPT_STRING("port", port, 0
+ OPT_STRING("port", port, 0,
.deprecation_message = "request --audio-device support on issue tracker"),
{0}
},