summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-01-12 15:38:18 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-01-12 15:39:13 +0200
commit9539edd1b5ce789baa5522331d954299f23add42 (patch)
tree417d4126e6a0987f025923147959835d8f7119dc /ext
parentce9c82af471db588ef5d47a38bdb1581a641e542 (diff)
downloadgstreamer-plugins-bad-9539edd1b5ce789baa5522331d954299f23add42.tar.gz
ttml: Link with -lm for round()
Diffstat (limited to 'ext')
-rw-r--r--ext/ttml/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ttml/Makefile.am b/ext/ttml/Makefile.am
index ce7a197ff..87e0ac6fe 100644
--- a/ext/ttml/Makefile.am
+++ b/ext/ttml/Makefile.am
@@ -22,7 +22,8 @@ libgstttmlsubs_la_LIBADD = \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
-lgstvideo-$(GST_API_VERSION) \
- $(TTML_LIBS)
+ $(TTML_LIBS) \
+ $(LIBM)
libgstttmlsubs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstttmlsubs_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)