mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
build: Add soundtouch's -lBPM to _LIBS, not _CFLAGS
This commit is contained in:
parent
6227900c71
commit
0456f92b77
1 changed files with 1 additions and 1 deletions
|
@ -1176,7 +1176,7 @@ AG_GST_CHECK_FEATURE(SOUNDTOUCH, [soundtouch plug-in], soundtouch, [
|
|||
PKG_CHECK_EXISTS(libSoundTouch >= 1.4,
|
||||
AC_DEFINE([HAVE_SOUNDTOUCH_1_4], [1],
|
||||
[Defined if the available libSoundTouch is >= 1.4]),
|
||||
SOUNDTOUCH_CFLAGS="$SOUNDTOUCH_CFLAGS -lBPM")
|
||||
SOUNDTOUCH_LIBS="$SOUNDTOUCH_LIBS -lBPM")
|
||||
AC_SUBST(SOUNDTOUCH_CFLAGS)
|
||||
AC_SUBST(SOUNDTOUCH_LIBS)
|
||||
if test "x$HAVE_CXX" != "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue