summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-02-06 10:16:52 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-06 10:16:52 +0000
commit0ef6b57d2f79a019438a51265c52221fb621365f (patch)
treea284752eedf49ae13f0c32bb1dce5eff07b0ef88 /configure.ac
parent75134dcdc3205e097bc77d1a06108eb22f4782e9 (diff)
downloadgst-plugins-bad-0ef6b57d2f79a019438a51265c52221fb621365f.tar.gz
gst-plugins-bad-0ef6b57d2f79a019438a51265c52221fb621365f.tar.bz2
gst-plugins-bad-0ef6b57d2f79a019438a51265c52221fb621365f.zip
configure.ac: Increase required libsndfile version to a version that's known to have the function sf_write_sync() to ...
Original commit message from CVS: * configure.ac: Increase required libsndfile version to a version that's known to have the function sf_write_sync() to make the build bots happy.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 61255482..8a14f54f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -754,7 +754,7 @@ GST_CHECK_FEATURE(SDL, [SDL plug-in], sdlvideosink sdlaudiosink, [
dnl *** sndfile ***
translit(dnm, m, l) AM_CONDITIONAL(USE_SNDFILE, true)
GST_CHECK_FEATURE(SNDFILE, [sndfile plug-in], sfsrc sfsink, [
- PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.0, HAVE_SNDFILE="yes", HAVE_SNDFILE="no")
+ PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.16, HAVE_SNDFILE="yes", HAVE_SNDFILE="no")
AC_SUBST(SNDFILE_CFLAGS)
AC_SUBST(SNDFILE_LIBS)
])