Mercurial > audlegacy
comparison ChangeLog @ 1639:3299a2225fa6 trunk
[svn] - use #ifdef linux instead
author | nenolod |
---|---|
date | Thu, 07 Sep 2006 11:57:03 -0700 |
parents | 9937a2512823 |
children | 6e477dd65024 |
comparison
equal
deleted
inserted
replaced
1638:9937a2512823 | 1639:3299a2225fa6 |
---|---|
1 2006-09-07 18:45:48 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [2207] | |
3 - wma.c: use av_malloc() instead of directly using posix_memalign() | |
4 - libffwma/mem.c: use posix_memalign() only on glibc, other platforms do not need it | |
5 | |
6 | |
7 Changes: Modified: | |
8 +4 -0 trunk/Plugins/Input/wma/libffwma/mem.c | |
9 +4 -2 trunk/Plugins/Input/wma/wma.c | |
10 | |
11 | |
1 2006-09-07 18:32:59 +0000 William Pitcock <nenolod@nenolod.net> | 12 2006-09-07 18:32:59 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [2205] | 13 revision [2205] |
3 - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink) | 14 - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink) |
4 | 15 |
5 | 16 |