mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
invtelecine: Link against $(LIBM) for sqrt() and friends
This commit is contained in:
parent
dd26f378b0
commit
e71baf7f9d
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ libgstinvtelecine_la_CFLAGS = \
|
|||
|
||||
libgstinvtelecine_la_LIBADD = \
|
||||
$(GST_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ \
|
||||
$(LIBM)
|
||||
|
||||
libgstinvtelecine_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstinvtelecine_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
Loading…
Reference in a new issue