diff options
Diffstat (limited to 'ext/flac/flac_compat.h')
-rw-r--r-- | ext/flac/flac_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/flac_compat.h b/ext/flac/flac_compat.h index defa969d1..87b5b864a 100644 --- a/ext/flac/flac_compat.h +++ b/ext/flac/flac_compat.h @@ -16,7 +16,7 @@ /* FIXME when there's a autoconf symbol */ #ifndef FLAC_VERSION -#ifndef FLAC__VERSION_STRING /* removed in 1.0.4 */ +#ifndef FLAC__VERSION_STRING /* removed in 1.0.4 */ #define FLAC_VERSION 0x010004 #else #ifdef FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE |