and for gst_play

Original commit message from CVS:
and for gst_play
This commit is contained in:
Johan Dahlin 2004-03-18 18:08:35 +00:00
parent e3d1e2f3c7
commit b39ba9ed25

View file

@ -89,7 +89,7 @@ PKG_CHECK_MODULES(GST_PLAY, gstreamer-play-$GST_MAJORMINOR,
HAVE_PLAY=yes,HAVE_PLAY=no)
AM_CONDITIONAL(BUILD_PLAY, test "x$HAVE_PLAY" = "xyes")
AC_SUBST(GST_PLAY_CFLAGS)
AC_SUBST(GST_PLAY_INCLUDES)
AC_SUBST(GST_PLAY_LIBS)
AC_CHECK_PROG(HAVE_XMLTO, xmlto, true, false)
AC_CHECK_PROG(HAVE_XMLCATALOG, xmlcatalog, true, false)