s/LDFLAGS/LIBS
Original commit message from CVS: s/LDFLAGS/LIBS
This commit is contained in:
parent
92a9e8c192
commit
2d90fb9bef
@ -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…
x
Reference in New Issue
Block a user