diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-16 12:45:09 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-16 12:45:09 +0000 |
commit | e20902536ec68c0a90a61c3d21728c5afbf5e235 (patch) | |
tree | 8ecf72a8ce33497e6c6c3c7d2f65b82ecdd524be /graphics/xanim | |
parent | 9e12756c60673fb3f004463e311a91785f4aa0bf (diff) | |
download | pkgsrc-e20902536ec68c0a90a61c3d21728c5afbf5e235.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-ac | 4 |
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; |