Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
1540:237bb7c97759 | 1541:06329cbf186a |
---|---|
1 2006-08-09 09:11:01 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [1994] | |
3 - use posix_memalign() instead of memalign(). | |
4 | |
5 | |
6 Changes: Modified: | |
7 +7 -4 trunk/Plugins/Input/wma/libffwma/mem.c | |
8 | |
9 | |
1 2006-08-09 09:04:02 +0000 William Pitcock <nenolod@nenolod.net> | 10 2006-08-09 09:04:02 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [1992] | 11 revision [1992] |
3 - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539. | 12 - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539. |
4 | 13 |
5 | 14 |