Mercurial > audlegacy
diff ChangeLog @ 1354:a0b8858c0342 trunk
[svn] - tuple builder for PSF files
author | nenolod |
---|---|
date | Wed, 28 Jun 2006 18:53:47 -0700 |
parents | 35ef03569852 |
children | 2a69c94320e6 |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 28 18:21:25 2006 -0700 +++ b/ChangeLog Wed Jun 28 18:53:47 2006 -0700 @@ -1,3 +1,13 @@ +2006-06-29 01:21:25 +0000 Tony Vroon <chainsaw@gentoo.org> + revision [1618] + Hook up Altivec-enabled DCT64 for MP3. WMA throws a tantrum on Altivec machines. Submit a patch, or wait for me to fix it. + + Changes: Modified: + +1 -1 trunk/Plugins/Input/mpg123/Makefile.in + +12 -2 trunk/configure.ac + +1 -0 trunk/mk/rules.mk.in + + 2006-06-28 22:32:15 +0000 William Pitcock <nenolod@nenolod.net> revision [1616] - GList cannot handle circular queues, so I integrated one into CategoryQueueEntry. No fuss, no muss.