mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
sys/xvimage/Makefile.am: floor() needs linking to $(LIBM).
Original commit message from CVS: * sys/xvimage/Makefile.am: floor() needs linking to $(LIBM).
This commit is contained in:
parent
48e7814631
commit
329de8cfc5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue