summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg123/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/files/patch-ac b/audio/mpg123/files/patch-ac
index aab75fe98f8b..4de29e5762b2 100644
--- a/audio/mpg123/files/patch-ac
+++ b/audio/mpg123/files/patch-ac
@@ -5,7 +5,7 @@
return -1;
- ai->fn = esd_play_stream_fallback(format, ai->rate, esdserver, "mpg123");
-+ ai->fn = esd_play_stream_fallback(format, ai->rate, getenv("ESPEAKER"), "mpg123");
++ ai->fn = esd_play_stream_fallback(format, ai->rate, NULL, "mpg123");
return (ai->fn);
}