audio: link against libm
authorPhilippe Normand <philn@igalia.com>
Mon, 27 Feb 2012 14:06:36 +0000 (15:06 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 27 Feb 2012 14:36:25 +0000 (14:36 +0000)
It is used in gststreamvolume.

gst-libs/gst/audio/Makefile.am

index 44fd8df..5ae0a90 100644 (file)
@@ -69,7 +69,7 @@ libgstaudio_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_C
 libgstaudio_@GST_MAJORMINOR@_la_LIBADD = \
   $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
   $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
-  $(GST_BASE_LIBS) $(GST_LIBS)
+  $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
 libgstaudio_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
 
 include $(top_srcdir)/common/gst-glib-gen.mak