diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-01-12 15:38:18 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-01-12 15:39:13 +0200 |
commit | 9539edd1b5ce789baa5522331d954299f23add42 (patch) | |
tree | 417d4126e6a0987f025923147959835d8f7119dc /ext/ttml | |
parent | ce9c82af471db588ef5d47a38bdb1581a641e542 (diff) |
ttml: Link with -lm for round()
Diffstat (limited to 'ext/ttml')
-rw-r--r-- | ext/ttml/Makefile.am | 3 |
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) |