diff --git a/gst/invtelecine/Makefile.am b/gst/invtelecine/Makefile.am index 8f596291a3..2f8c33f30c 100644 --- a/gst/invtelecine/Makefile.am +++ b/gst/invtelecine/Makefile.am @@ -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