mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
ttml: Link with -lm for round()
This commit is contained in:
parent
ce9c82af47
commit
9539edd1b5
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue