projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fb7034
)
fix version test in compat, yeay
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sat, 19 Oct 2002 14:24:09 +0000
(14:24 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Sat, 19 Oct 2002 14:24:09 +0000
(14:24 +0000)
Original commit message from CVS:
fix version test in compat, yeay
ext/flac/flac_compat.h
patch
|
blob
|
history
diff --git
a/ext/flac/flac_compat.h
b/ext/flac/flac_compat.h
index 0635925271fa5e145527f665e223090daa64e678..4de2b6d2b8a9a1dfebda90b81677a8c60b7a6bee 100644
(file)
--- 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
-#if
ndef FLAC__STREAM_ENCODER_WRITE_OK
+#if
def FLAC__STREAM_ENCODER_WRITE_ERROR /* added in 1.0.4 */
#define FLAC_VERSION 0x010004
#else
#ifdef FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE