From c549523e7b09fcf47190781d2a0751183805767d Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 22 Jul 2015 20:50:10 +0200 Subject: [PATCH] basetextoverlay: Add missing linking against -lm --- ext/pango/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/pango/Makefile.am b/ext/pango/Makefile.am index 7ecfbda..9320e9e 100644 --- a/ext/pango/Makefile.am +++ b/ext/pango/Makefile.am @@ -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) -- 2.7.4