From a75aa2a20c58df98873e94f0304cfec978205e82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 26 Jun 2010 21:27:44 +0200 Subject: [PATCH] videoscale: Explicitely link with $(LIBM) --- gst/videoscale/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoscale/Makefile.am b/gst/videoscale/Makefile.am index 2a3992b..4299a6f 100644 --- a/gst/videoscale/Makefile.am +++ b/gst/videoscale/Makefile.am @@ -15,7 +15,7 @@ libgstvideoscale_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvideoscale_la_LIBADD = \ $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ - $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) + $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM) libgstvideoscale_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = \ -- 2.7.4