mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
s/LDFLAGS/LIBS
Original commit message from CVS: s/LDFLAGS/LIBS
This commit is contained in:
parent
92a9e8c192
commit
2d90fb9bef
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ GST_MAJORMINOR=0.8
|
|||
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
|
||||
HAVE_GSTREAMER=yes,HAVE_GSTREAMER=no)
|
||||
AC_SUBST(GST_CFLAGS)
|
||||
AC_SUBST(GST_LDFLAGS)
|
||||
AC_SUBST(GST_LIBS)
|
||||
|
||||
dnl Give error and exit if we don't have GStreamer
|
||||
if test "x$HAVE_GSTREAMER" = "xno"; then
|
||||
|
|
Loading…
Reference in a new issue