mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
this might do it
Original commit message from CVS: this might do it
This commit is contained in:
parent
9de2225184
commit
f3d2b564cc
1 changed files with 5 additions and 2 deletions
|
@ -120,8 +120,11 @@ else
|
||||||
HAVE_NASM="yes"
|
HAVE_NASM="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl check for gstreamer
|
dnl check for gstreamer; check for uninstalled first
|
||||||
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0)
|
PKG_CHECK_MODULES(GST, gstreamer-uninstalled >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
|
||||||
|
if test "x$HAVE_GST" = "xno"; then
|
||||||
|
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
|
||||||
|
fi
|
||||||
|
|
||||||
dnl dnl check for gtk-doc
|
dnl dnl check for gtk-doc
|
||||||
dnl AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
|
dnl AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
|
||||||
|
|
Loading…
Reference in a new issue