summaryrefslogtreecommitdiff
path: root/graphics/xanim
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-02-16 10:50:04 +0000
committerfrueauf <frueauf>1998-02-16 10:50:04 +0000
commitcd8f95633591d577895e1d24588e3ae737b056e4 (patch)
treef3b9578eb94c0a61edb7d5b2164edbd72e6e1602 /graphics/xanim
parenta2bc75ab9604e99c7bd03fce9e7d441e9cdca2f5 (diff)
downloadpkgsrc-cd8f95633591d577895e1d24588e3ae737b056e4.tar.gz
Use AUDIO_ENCODING_LINEAR_LE instead of AUDIO_ENCODING_SLINEAR.
Diffstat (limited to 'graphics/xanim')
-rw-r--r--graphics/xanim/patches/patch-ac8
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;