diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-16 10:50:04 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-16 10:50:04 +0000 |
commit | fc0f5685ab3959056d12f4ffa684878c7a924719 (patch) | |
tree | f3b9578eb94c0a61edb7d5b2164edbd72e6e1602 /graphics | |
parent | f806b4a1a2b3c6f6e5f09cdb3b91314609bd12aa (diff) | |
download | pkgsrc-fc0f5685ab3959056d12f4ffa684878c7a924719.tar.gz |
Use AUDIO_ENCODING_LINEAR_LE instead of AUDIO_ENCODING_SLINEAR.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xanim/patches/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xanim/patches/patch-ac b/graphics/xanim/patches/patch-ac index 60ce8e1bdee..2c81733f217 100644 --- a/graphics/xanim/patches/patch-ac +++ b/graphics/xanim/patches/patch-ac @@ -1,12 +1,12 @@ ---- xa_audio.c.orig Sun Jan 26 17:22:03 1997 -+++ xa_audio.c Sun Feb 15 21:34:01 1998 +--- xa_audio.c-orig Mon May 26 12:57:15 1997 ++++ xa_audio.c Mon May 26 15:55:13 1997 @@ -4480,6 +4480,22 @@ a_info.blocksize = 1024; ioctl(devAudio, AUDIO_SETINFO, &a_info); AUDIO_INITINFO(&a_info); -+#ifdef AUDIO_ENCODING_SLINEAR ++#ifdef AUDIO_ENCODING_LINEAR_LE + /* Use new encoding names */ -+ a_info.play.encoding = AUDIO_ENCODING_SLINEAR; ++ a_info.play.encoding = AUDIO_ENCODING_LINEAR_LE; + ioctl(devAudio, AUDIO_SETINFO, &a_info); + AUDIO_INITINFO(&a_info); + a_info.mode = AUMODE_PLAY | AUMODE_PLAY_ALL; |