ttml: Link with -lm for round()

This commit is contained in:
Sebastian Dröge 2017-01-12 15:38:18 +02:00
parent ce9c82af47
commit 9539edd1b5

View file

@ -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)