summaryrefslogtreecommitdiff
path: root/graphics/xanim
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-02-16 12:45:09 +0000
committerfrueauf <frueauf>1998-02-16 12:45:09 +0000
commit6e6a7b2618bd2b3de54d1f5f78404e0d64d3928d (patch)
tree8ecf72a8ce33497e6c6c3c7d2f65b82ecdd524be /graphics/xanim
parent0039f12a60a9f2ebaac3e062f48361ecafe74b18 (diff)
downloadpkgsrc-6e6a7b2618bd2b3de54d1f5f78404e0d64d3928d.tar.gz
back out previous change, AUDIO_ENCODING_SLINEAR is right. See pr 5000 why
I was confused. Thanx to Matthias Scheler for forcing me test this again :)
Diffstat (limited to 'graphics/xanim')
-rw-r--r--graphics/xanim/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xanim/patches/patch-ac b/graphics/xanim/patches/patch-ac
index 2c81733f217..0d2dfa2c88d 100644
--- a/graphics/xanim/patches/patch-ac
+++ b/graphics/xanim/patches/patch-ac
@@ -4,9 +4,9 @@
a_info.blocksize = 1024;
ioctl(devAudio, AUDIO_SETINFO, &a_info);
AUDIO_INITINFO(&a_info);
-+#ifdef AUDIO_ENCODING_LINEAR_LE
++#ifdef AUDIO_ENCODING_SLINEAR
+ /* Use new encoding names */
-+ a_info.play.encoding = AUDIO_ENCODING_LINEAR_LE;
++ a_info.play.encoding = AUDIO_ENCODING_SLINEAR;
+ ioctl(devAudio, AUDIO_SETINFO, &a_info);
+ AUDIO_INITINFO(&a_info);
+ a_info.mode = AUMODE_PLAY | AUMODE_PLAY_ALL;