diff options
author | Julien Isorce <j.isorce@samsung.com> | 2015-10-11 10:00:43 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-11 10:52:25 +0100 |
commit | 834a45392b564b00ed54918efc42388fe2040189 (patch) | |
tree | bb919b2391e6198ef53d7692c75cd3b2e5598e12 /ext/dash/Makefile.am | |
parent | fba7bf79d8e30123be5abda183af287a14aed62b (diff) | |
download | gstreamer-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
Diffstat (limited to 'ext/dash/Makefile.am')
-rw-r--r-- | ext/dash/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |