# HG changeset patch # User nenolod # Date 1161657985 25200 # Node ID aff1cf3e86dd22063591c8b2c582759a8ce59fdf # Parent dc891c666ce1a44919d40bda0b92e66a36bcf5ea [svn] - revert to r198 diff -r dc891c666ce1 -r aff1cf3e86dd ChangeLog --- a/ChangeLog Mon Oct 23 19:21:36 2006 -0700 +++ b/ChangeLog Mon Oct 23 19:46:25 2006 -0700 @@ -1,3 +1,12 @@ +2006-10-24 02:21:36 +0000 William Pitcock + revision [202] + - plugin now builds on audacious 1.1.2, don't expect it to work + + trunk/src/flac/grabbag.h | 5 +++++ + trunk/src/flac/plugin_common/all.h | 7 +++++++ + 2 files changed, 12 insertions(+) + + 2006-10-24 02:12:38 +0000 William Pitcock revision [200] - the FLAC developers suck diff -r dc891c666ce1 -r aff1cf3e86dd src/flac/plugin_common/all.h --- a/src/flac/plugin_common/all.h Mon Oct 23 19:21:36 2006 -0700 +++ b/src/flac/plugin_common/all.h Mon Oct 23 19:46:25 2006 -0700 @@ -24,11 +24,4 @@ #include "locale_hack.h" #include "tags.h" -#if (AUD_FLAC_VERSION == 112) -#define FLAC__STREAM_DECODER_SEEK_ERROR \ - FLAC__SEEKABLE_STREAM_DECODER_SEEK_ERROR -#define FLAC__STREAM_DECODER_INIT_STATUS_OK \ - FLAC__SEEKABLE_STREAM_DECODER_OK #endif - -#endif