mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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.
This commit is contained in:
parent
75134dcdc3
commit
0ef6b57d2f
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/sndfile/gstsfsrc.c:
|
* ext/sndfile/gstsfsrc.c:
|
||||||
|
|
|
@ -754,7 +754,7 @@ GST_CHECK_FEATURE(SDL, [SDL plug-in], sdlvideosink sdlaudiosink, [
|
||||||
dnl *** sndfile ***
|
dnl *** sndfile ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SNDFILE, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SNDFILE, true)
|
||||||
GST_CHECK_FEATURE(SNDFILE, [sndfile plug-in], sfsrc sfsink, [
|
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_CFLAGS)
|
||||||
AC_SUBST(SNDFILE_LIBS)
|
AC_SUBST(SNDFILE_LIBS)
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue