summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorParthasarathi Susarla <partha.susarla@collabora.co.uk>2010-07-05 13:23:06 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2010-07-05 15:14:54 +0530
commitfa4fa00545305c5954d4d9ecdbb1e8e20416667b (patch)
treea4a853d03be8e4dee8b5e6ebe6c2ae927d7c5191 /configure.ac
parentbe91b9ac469172db0b9e5ea2b3f5cc7d2c038652 (diff)
downloadgupnp-dlna-fa4fa00545305c5954d4d9ecdbb1e8e20416667b.tar.gz
tools: Add utility for printing discovered info
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b695cf6..1bb3735 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@ GSTVID_REQ=0.10.25
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ)
PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_REQ)
PKG_CHECK_MODULES(GST_VIDEO, gstreamer-video-$GST_MAJORMINOR >= $GSTVID_REQ)
+PKG_CHECK_MODULES(GST_PBU, gstreamer-pbutils-$GST_MAJORMINOR >= $GST_REQ)
AC_SUBST(GST_MAJORMINOR)
GST_CFLAGS="$GST_CFLAGS -DGST_USE_UNSTABLE_API"
@@ -48,6 +49,7 @@ gst-convenience/gst-libs/gst/Makefile
gst-convenience/gst-libs/gst/discoverer/Makefile
gst-convenience/gst-libs/gst/profile/Makefile
libgupnp-dlna/Makefile
+tools/Makefile
tests/Makefile
doc/Makefile
doc/version.xml