invtelecine: Link against $(LIBM) for sqrt() and friends
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 11 Aug 2010 09:50:05 +0000 (11:50 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 11 Aug 2010 09:50:05 +0000 (11:50 +0200)
gst/invtelecine/Makefile.am

index 8f59629..2f8c33f 100644 (file)
@@ -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