summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Isorce <j.isorce@samsung.com>2015-10-11 10:00:43 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-10-11 10:52:25 +0100
commit834a45392b564b00ed54918efc42388fe2040189 (patch)
treebb919b2391e6198ef53d7692c75cd3b2e5598e12
parentfba7bf79d8e30123be5abda183af287a14aed62b (diff)
downloadgstreamer-plugins-bad-834a45392b564b00ed54918efc42388fe2040189.tar.gz
dashdemux: fix undefined reference to gst_ntp_clock_new
Found with gst-inspect-1.0 -b in gst-uninstalled env. https://bugzilla.gnome.org/show_bug.cgi?id=756383
-rw-r--r--configure.ac1
-rw-r--r--ext/dash/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 70e2a0092..f1b731c78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,6 +199,7 @@ AG_GST_CHECK_GST($GST_API_VERSION, [$GST_REQ], yes)
AG_GST_CHECK_GST_BASE($GST_API_VERSION, [$GST_REQ], yes)
AG_GST_CHECK_GST_CHECK($GST_API_VERSION, [$GST_REQ], no)
AG_GST_CHECK_GST_CONTROLLER($GST_API_VERSION, [$GST_REQ], yes)
+AG_GST_CHECK_GST_NET($GST_API_VERSION, [$GST_REQ], yes)
AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
AG_GST_CHECK_GST_PLUGINS_BASE($GST_API_VERSION, [$GSTPB_REQ], yes)
diff --git a/ext/dash/Makefile.am b/ext/dash/Makefile.am
index 38af4b773..66f225491 100644
--- a/ext/dash/Makefile.am
+++ b/ext/dash/Makefile.am
@@ -27,9 +27,9 @@ libgstdashdemux_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
-lgsttag-$(GST_API_VERSION) \
$(GST_BASE_LIBS) \
+ $(GST_NET_LIBS) \
$(GST_LIBS) \
$(GIO_LIBS) \
- -lgstnet-$(GST_API_VERSION) \
$(LIBXML2_LIBS)
libgstdashdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdashdemux_la_LIBTOOLFLAGS = --tag=disable-static