Mercurial > audlegacy
diff ChangeLog @ 1353:35ef03569852 trunk
[svn] Hook up Altivec-enabled DCT64 for MP3. WMA throws a tantrum on Altivec machines. Submit a patch, or wait for me to fix it.
author | chainsaw |
---|---|
date | Wed, 28 Jun 2006 18:21:25 -0700 |
parents | 8b249765fdd1 |
children | a0b8858c0342 |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 28 15:32:15 2006 -0700 +++ b/ChangeLog Wed Jun 28 18:21:25 2006 -0700 @@ -1,3 +1,12 @@ +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. + + + Changes: Modified: + +14 -8 trunk/audacious/prefswin.c + + 2006-06-28 20:50:30 +0000 William Pitcock <nenolod@nenolod.net> revision [1614] - why are we requiring a lock in functions that are in the nolock namespace?