From 9539edd1b5ce789baa5522331d954299f23add42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 12 Jan 2017 15:38:18 +0200 Subject: [PATCH] ttml: Link with -lm for round() --- ext/ttml/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/ttml/Makefile.am b/ext/ttml/Makefile.am index ce7a197ff3..87e0ac6fe7 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)