mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
tests/icles/Makefile.am: This needs -lm.
Original commit message from CVS: * tests/icles/Makefile.am: This needs -lm.
This commit is contained in:
parent
dcd847c611
commit
f50d9ab580
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-07-20 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/icles/Makefile.am:
|
||||
This needs -lm.
|
||||
|
||||
2007-07-16 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst-libs/gst/rtp/gstbasertppayload.c:
|
||||
|
|
|
@ -3,7 +3,7 @@ X_TESTS = stress-xoverlay
|
|||
|
||||
stress_xoverlay_SOURCES = stress-xoverlay.c
|
||||
stress_xoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS)
|
||||
stress_xoverlay_LDFLAGS = $(GST_LIBS) $(X_LIBS)
|
||||
stress_xoverlay_LDFLAGS = $(GST_LIBS) $(X_LIBS) -lm
|
||||
stress_xoverlay_LDADD = \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue