From acb66eb7f4f686b9402a7b031d3f551d3801fc6e Mon Sep 17 00:00:00 2001 From: Byeong-ryeol Kim Date: Tue, 8 Mar 2011 11:19:41 +0000 Subject: [PATCH] videofilters: link to libm https://bugzilla.gnome.org/show_bug.cgi?id=644176 --- gst/videofilters/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/videofilters/Makefile.am b/gst/videofilters/Makefile.am index aa9cea2cf2..0f092eb263 100644 --- a/gst/videofilters/Makefile.am +++ b/gst/videofilters/Makefile.am @@ -15,7 +15,8 @@ libgstvideofiltersbad_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ - $(ORC_LIBS) + $(ORC_LIBS) \ + $(LIBM) libgstvideofiltersbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvideofiltersbad_la_LIBTOOLFLAGS = --tag=disable-static