summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-12-14 16:20:15 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-12-14 16:20:15 +0000
commit32394b3c965ed52515d09091893a9b554aea6058 (patch)
tree36350f1077a8022b54560783746c2a09c167009b /configure.ac
parent59c11224814b243c25cca9b0e5f9b47c939f2614 (diff)
configure.ac: libflac-1.1.3 changed API again, but we can't build against it yet, so make sure our check doesn't use ...
Original commit message from CVS: * configure.ac: libflac-1.1.3 changed API again, but we can't build against it yet, so make sure our check doesn't use libflac-1.1.3 and add a comment to this effect.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2b7edd4f..b515ad75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -553,6 +553,8 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_FLAC, true)
GST_CHECK_FEATURE(FLAC, [FLAC lossless audio], flac, [
GST_CHECK_LIBHEADER(FLAC, FLAC, FLAC__seekable_stream_encoder_new, -lm, FLAC/all.h, FLAC_LIBS="-lFLAC -lm")
dnl API change in FLAC 1.1.1, so require that...
+ dnl (this check will also fail with FLAC 1.1.3 which changed API again
+ dnl and with which our plugin does not compile or work yet)
if test x$HAVE_FLAC = xyes; then
AC_CHECK_DECL(FLAC__SEEKABLE_STREAM_ENCODER_TELL_ERROR,
HAVE_FLAC="yes", HAVE_FLAC="no", [