Mercurial > audlegacy-plugins
comparison ChangeLog @ 98:4b5ee7e23bd1 trunk
[svn] Flac now plays on 1.13, but not on 1.12. API breakage *sucks*, upstream should stop doing it.
author | chainsaw |
---|---|
date | Sat, 21 Oct 2006 18:17:49 -0700 |
parents | a19f24790f3c |
children | 98de08786b0a |
comparison
equal
deleted
inserted
replaced
97:a19f24790f3c | 98:4b5ee7e23bd1 |
---|---|
1 2006-10-22 01:02:01 +0000 Tony Vroon <chainsaw@gentoo.org> | |
2 revision [194] | |
3 It compiles now. | |
4 trunk/src/flac/grabbag/replaygain.h | 12 + | |
5 trunk/src/flac/plugin.c | 5 | |
6 trunk/src/flac/plugin_common/Makefile | 6 | |
7 trunk/src/flac/plugin_common/Makefile.lite | 35 ---- | |
8 trunk/src/flac/plugin_common/README | 2 | |
9 trunk/src/flac/plugin_common/plugin_common_static.dsp | 124 ---------------- | |
10 trunk/src/flac/plugin_common/replaygain.c | 62 ++++++++ | |
11 trunk/src/flac/plugin_common/replaygain.h | 32 ++++ | |
12 trunk/src/flac/replaygain.c | 138 ++++++++++++------ | |
13 trunk/src/flac/replaygain_analysis.h | 1 | |
14 10 files changed, 206 insertions(+), 211 deletions(-) | |
15 | |
16 | |
1 2006-10-21 16:21:12 +0000 Tony Vroon <chainsaw@gentoo.org> | 17 2006-10-21 16:21:12 +0000 Tony Vroon <chainsaw@gentoo.org> |
2 revision [192] | 18 revision [192] |
3 First attempt at porting our FLAC plugin to API 1.1.3 (completely incompatible, as usual!). Needs more work and a version-sensitize FLAC checker. | 19 First attempt at porting our FLAC plugin to API 1.1.3 (completely incompatible, as usual!). Needs more work and a version-sensitize FLAC checker. |
4 trunk/src/flac/Makefile.lite | 39 --- | 20 trunk/src/flac/Makefile.lite | 39 --- |
5 trunk/src/flac/fileinfo.c | 71 +++++ | 21 trunk/src/flac/fileinfo.c | 71 +++++ |