mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
doc and configure updates, and the beginnings of gst-xmllaunch
Original commit message from CVS: doc and configure updates, and the beginnings of gst-xmllaunch
This commit is contained in:
parent
5455dbbf3d
commit
345f345e04
1 changed files with 2 additions and 5 deletions
|
@ -120,11 +120,8 @@ else
|
||||||
HAVE_NASM="yes"
|
HAVE_NASM="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl check for gstreamer; check for uninstalled first
|
dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
|
||||||
PKG_CHECK_MODULES(GST, gstreamer-uninstalled >= 0.3.1, HAVE_GST="yes", HAVE_GST="no")
|
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
|
||||||
if test "x$HAVE_GST" = "xno"; then
|
|
||||||
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.1, HAVE_GST="yes", HAVE_GST="no")
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "x$HAVE_GST" = "xno"; then
|
if test "x$HAVE_GST" = "xno"; then
|
||||||
AC_MSG_ERROR(no GStreamer found)
|
AC_MSG_ERROR(no GStreamer found)
|
||||||
|
|
Loading…
Reference in a new issue