From d94a71a4c57c80e2c969d16dea8dd3437a7c3330 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 12 May 2009 13:00:46 +0200 Subject: rtp: Link to -lm Fixes bug #582281. --- gst/rtp/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/rtp') diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index c578fd40..87a3fd7c 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -71,7 +71,8 @@ libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \ -lgstaudio-@GST_MAJORMINOR@ \ -lgsttag-@GST_MAJORMINOR@ \ - -lgstrtp-@GST_MAJORMINOR@ $(WINSOCK2_LIBS) + -lgstrtp-@GST_MAJORMINOR@ $(WINSOCK2_LIBS) \ + $(LIBM) libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstrtp_la_LIBTOOLFLAGS = --tag=disable-static -- cgit