summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-26 21:27:44 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-27 06:38:24 +0200
commita75aa2a20c58df98873e94f0304cfec978205e82 (patch)
treec1b44aff22793321e50a6cdac58b7d4498cfddb9
parenta7e131532e7aa41242347e577c38cd937d29da48 (diff)
videoscale: Explicitely link with $(LIBM)
-rw-r--r--gst/videoscale/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoscale/Makefile.am b/gst/videoscale/Makefile.am
index 2a3992be3..4299a6ff7 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 = \