ttml: Link with -lm for round()
This commit is contained in:
parent
ce9c82af47
commit
9539edd1b5
@ -22,7 +22,8 @@ libgstttmlsubs_la_LIBADD = \
|
|||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
-lgstvideo-$(GST_API_VERSION) \
|
-lgstvideo-$(GST_API_VERSION) \
|
||||||
$(TTML_LIBS)
|
$(TTML_LIBS) \
|
||||||
|
$(LIBM)
|
||||||
|
|
||||||
libgstttmlsubs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstttmlsubs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstttmlsubs_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstttmlsubs_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user