changeset 102:aff1cf3e86dd trunk

[svn] - revert to r198
author nenolod
date Mon, 23 Oct 2006 19:46:25 -0700
parents dc891c666ce1
children 117bc56d906b
files ChangeLog src/flac/plugin_common/all.h
diffstat 2 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [200]
   - the FLAC developers suck
--- 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