From: Johan Dahlin Date: Thu, 18 Mar 2004 18:08:35 +0000 (+0000) Subject: and for gst_play X-Git-Tag: 1.19.3~485^2~1306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b39ba9ed25b0875a60198b7f8a16e12391b945fd;p=platform%2Fupstream%2Fgstreamer.git and for gst_play Original commit message from CVS: and for gst_play --- diff --git a/configure.ac b/configure.ac index 3656ff9..84348e3 100644 --- a/configure.ac +++ b/configure.ac @@ -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)