mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
configure.ac: Fix configure check for soundtouch to not produce syntax errors.
Original commit message from CVS: * configure.ac: Fix configure check for soundtouch to not produce syntax errors.
This commit is contained in:
parent
65d96c7063
commit
0b110774ea
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-30 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
Fix configure check for soundtouch to not produce syntax errors.
|
||||
|
||||
2008-01-30 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -892,9 +892,9 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_SOUNDTOUCH, true)
|
|||
AG_GST_CHECK_FEATURE(SOUNDTOUCH, [soundtouch plug-in], soundtouch, [
|
||||
PKG_CHECK_MODULES(SOUNDTOUCH, soundtouch-1.0,
|
||||
HAVE_SOUNDTOUCH=yes,
|
||||
PKG_CHECK_MODULES(SOUNDTOUCH, libSoundTouch,
|
||||
[PKG_CHECK_MODULES(SOUNDTOUCH, libSoundTouch,
|
||||
HAVE_SOUNDTOUCH=yes,
|
||||
HAVE_SOUNDTOUCH=no))
|
||||
HAVE_SOUNDTOUCH=no)])
|
||||
AC_SUBST(SOUNDTOUCH_CFLAGS)
|
||||
AC_SUBST(SOUNDTOUCH_LIBS)
|
||||
if test "x$HAVE_CXX" != "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue