basetextoverlay: Add missing linking against -lm
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 22 Jul 2015 18:50:10 +0000 (20:50 +0200)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 22 Jul 2015 18:51:29 +0000 (14:51 -0400)
ext/pango/Makefile.am

index 7ecfbda..9320e9e 100644 (file)
@@ -23,6 +23,7 @@ libgstpango_la_LIBADD = \
        $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
        $(GST_BASE_LIBS) \
        $(GST_LIBS) \
+       $(LIBM) \
        $(PANGO_LIBS)
 libgstpango_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstpango_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)