summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-10-14 07:47:42 +0000
committerDavid Schleef <ds@schleef.org>2002-10-14 07:47:42 +0000
commit20c3e8702b8232785d8a69f177decb622af45d28 (patch)
treeef6ff4828300b095414c76bdb5e6043f611aa05e /ext
parent76cd31ec326681b316d1570a1e6becb7ba242525 (diff)
Fixed some logic on the 1.0.3->1.0.4 compatibility
Original commit message from CVS: Fixed some logic on the 1.0.3->1.0.4 compatibility
Diffstat (limited to 'ext')
-rw-r--r--ext/flac/flac_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/flac_compat.h b/ext/flac/flac_compat.h
index 9e7f3802..06359252 100644
--- a/ext/flac/flac_compat.h
+++ b/ext/flac/flac_compat.h
@@ -13,7 +13,7 @@
/* FIXME when there's a autoconf symbol */
#ifndef FLAC_VERSION
-#ifdef FLAC__STREAM_ENCODER_OK
+#ifndef FLAC__STREAM_ENCODER_WRITE_OK
#define FLAC_VERSION 0x010004
#else
#ifdef FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE