diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-11-11 05:41:25 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-11-11 05:41:25 +0000 |
| commit | f6dfb718445410b6e4de5329ace60bf7606bea1a (patch) | |
| tree | 1a4ff605532f675330db5c88310c0502df95f9ff /audio/mpg123/files/patch-ac | |
| parent | 5ae6b1a6ebadcb0a8735a1e0e26e4eaf617c9771 (diff) | |
Add ESound support to the mpg123 port.
Requested by: "Daniel O'Connor" <doconnor@gsoft.com.au> and
Oh Junseon <hollywar@holywar.net>
Diffstat (limited to 'audio/mpg123/files/patch-ac')
| -rw-r--r-- | audio/mpg123/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mpg123/files/patch-ac b/audio/mpg123/files/patch-ac new file mode 100644 index 000000000000..aab75fe98f8b --- /dev/null +++ b/audio/mpg123/files/patch-ac @@ -0,0 +1,11 @@ +--- audio_esd.c-- Fri May 28 20:36:29 1999 ++++ audio_esd.c Thu Nov 11 10:14:30 1999 +@@ -75,7 +75,7 @@ + else if (ai->rate > esd_rate) + 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"); + return (ai->fn); + } + |
