mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
unrevert taaz's 0.3.1 patch
Original commit message from CVS: unrevert taaz's 0.3.1 patch
This commit is contained in:
parent
345f345e04
commit
3333429a0d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
|
dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
|
||||||
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
|
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.1, HAVE_GST="yes", HAVE_GST="no")
|
||||||
|
|
||||||
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