From 20c3e8702b8232785d8a69f177decb622af45d28 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 14 Oct 2002 07:47:42 +0000 Subject: [PATCH] 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 --- 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 9e7f38025b..0635925271 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