Mercurial > audlegacy
diff ChangeLog @ 1541:06329cbf186a trunk
[svn] this massive commit does the following:
- seriously cleans up dependencies on the WA2-like gui code
- moves all of the WA2 stuff into a seperate library (libwidgets.a)
- makes things less icky in the player tree
author | nenolod |
---|---|
date | Wed, 09 Aug 2006 02:47:22 -0700 |
parents | 237bb7c97759 |
children | 66ad5920cee4 |
line wrap: on
line diff
--- a/ChangeLog Wed Aug 09 02:11:01 2006 -0700 +++ b/ChangeLog Wed Aug 09 02:47:22 2006 -0700 @@ -1,3 +1,12 @@ +2006-08-09 09:11:01 +0000 William Pitcock <nenolod@nenolod.net> + revision [1994] + - use posix_memalign() instead of memalign(). + + + Changes: Modified: + +7 -4 trunk/Plugins/Input/wma/libffwma/mem.c + + 2006-08-09 09:04:02 +0000 William Pitcock <nenolod@nenolod.net> revision [1992] - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539.