gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of our depen...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 25 May 2007 20:33:10 +0000 (20:33 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 25 May 2007 20:33:10 +0000 (20:33 +0000)
Original commit message from CVS:
* gst/wavparse/Makefile.am:
Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
drags it in.

ChangeLog
gst/wavparse/Makefile.am

index 9f8b849..7eb6e50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * gst/wavparse/Makefile.am:
+         Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
+         drags it in.
+
+2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
+
        * ext/flac/gstflacenc.c: (gst_flac_enc_init),
        (notgst_value_array_append_buffer),
        (gst_flac_enc_process_stream_headers),
index 239127d..847a932 100644 (file)
@@ -9,7 +9,8 @@ libgstwavparse_la_CFLAGS = \
 libgstwavparse_la_LIBADD = \
        -lgstriff-@GST_MAJORMINOR@ \
        $(GST_PLUGINS_BASE_LIBS) \
-       $(GST_BASE_LIBS)
+       $(GST_BASE_LIBS) \
+       $(LIBM)
 libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = gstwavparse.h