summaryrefslogtreecommitdiff
path: root/graphics/xanim/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-02-16 12:45:09 +0000
committerfrueauf <frueauf>1998-02-16 12:45:09 +0000
commit2cd0ffa755a6350a752f9a9c77304acd05754dda (patch)
tree8ecf72a8ce33497e6c6c3c7d2f65b82ecdd524be /graphics/xanim/patches
parent7a18e48a1f5a258756a3202dac6425d821bf0b57 (diff)
downloadpkgsrc-2cd0ffa755a6350a752f9a9c77304acd05754dda.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/patches')
-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;