[gst-cvs] gst-plugins-good: rtp: Link to -lm

Sebastian Dröge slomo at kemper.freedesktop.org
Tue May 12 04:13:28 PDT 2009


Module: gst-plugins-good
Branch: master
Commit: d94a71a4c57c80e2c969d16dea8dd3437a7c3330
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=d94a71a4c57c80e2c969d16dea8dd3437a7c3330

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue May 12 13:00:46 2009 +0200

rtp: Link to -lm

Fixes bug #582281.

---

 gst/rtp/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am
index c578fd4..87a3fd7 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- at GST_MAJORMINOR@ \
                 -lgsttag- at GST_MAJORMINOR@ \
-                -lgstrtp- at GST_MAJORMINOR@ $(WINSOCK2_LIBS)
+                -lgstrtp- at GST_MAJORMINOR@ $(WINSOCK2_LIBS) \
+		$(LIBM)
 libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 
 libgstrtp_la_LIBTOOLFLAGS = --tag=disable-static
 





More information about the Gstreamer-commits mailing list