From 2e2f753071bb4a804bcdcb3f04492cb66ace3b5c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 19 Oct 2002 14:24:09 +0000 Subject: [PATCH] fix version test in compat, yeay Original commit message from CVS: fix version test in compat, yeay --- ext/flac/flac_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/flac/flac_compat.h b/ext/flac/flac_compat.h index 0635925..4de2b6d 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 -- 2.7.4