summaryrefslogtreecommitdiffstats
path: root/ext/flac/flac_compat.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-19 14:24:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-19 14:24:09 +0000
commit2e2f753071bb4a804bcdcb3f04492cb66ace3b5c (patch)
tree427ee4e0ed943dc7082e21b1c8596d94c65d7bfa /ext/flac/flac_compat.h
parent1fb7034b100230f977c867abb80ce55f8afbf891 (diff)
fix version test in compat, yeay
Original commit message from CVS: fix version test in compat, yeay
Diffstat (limited to 'ext/flac/flac_compat.h')
-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 06359252..4de2b6d2 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
-#ifndef FLAC__STREAM_ENCODER_WRITE_OK
+#ifdef FLAC__STREAM_ENCODER_WRITE_ERROR /* added in 1.0.4 */
#define FLAC_VERSION 0x010004
#else
#ifdef FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE