summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-07-29 13:01:13 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-07-29 13:01:13 +0000
commit329de8cfc53cba6ba68abc23140a5e97f2a73569 (patch)
tree86afafec0e799c92c8893dd985379c74b4be5b8f
parent48e7814631d65ca82034f7cc633ab35f3adeaa00 (diff)
sys/xvimage/Makefile.am: floor() needs linking to $(LIBM).
Original commit message from CVS: * sys/xvimage/Makefile.am: floor() needs linking to $(LIBM).
-rw-r--r--ChangeLog5
-rw-r--r--sys/xvimage/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b0f172a..ee82d9c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-07-29 Stefan Kost <ensonic@users.sf.net>
+ * sys/xvimage/Makefile.am:
+ floor() needs linking to $(LIBM).
+
+2008-07-29 Stefan Kost <ensonic@users.sf.net>
+
* ext/gnomevfs/gstgnomevfssrc.c:
Aggregate short reads and add some comments and debug logging.
Fixes #537380
diff --git a/sys/xvimage/Makefile.am b/sys/xvimage/Makefile.am
index 69e1907a..f36dc8e3 100644
--- a/sys/xvimage/Makefile.am
+++ b/sys/xvimage/Makefile.am
@@ -7,7 +7,7 @@ libgstxvimagesink_la_LIBADD = \
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
- $(X_LIBS) $(XVIDEO_LIBS) $(XSHM_LIBS)
+ $(X_LIBS) $(XVIDEO_LIBS) $(XSHM_LIBS) $(LIBM)
libgstxvimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstxvimagesink_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la