1 dnl check for gstreamer
2 dnl check for installed gstreamer first
3 dnl if necessary, check for uninstalled gstreamer
4 dnl AC_SUBST GST_CFLAGS and GST_LIBS
5 AC_DEFUN([GST_GSTREAMER],[
6 PKG_CHECK_MODULES(GST, gstreamer, HAVE_GST=yes, HAVE_GST=no)
7 if test "x$HAVE_GST" = "xno";
9 PKG_CHECK_MODULES(GST, gstreamer-uninstalled, HAVE_GST=yes, exit)