mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
gst/audioconvert/Makefile.am: Also link to libm.
Original commit message from CVS: * gst/audioconvert/Makefile.am: Also link to libm.
This commit is contained in:
parent
74170deee7
commit
802b38c200
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-10 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst/audioconvert/Makefile.am:
|
||||
Also link to libm.
|
||||
|
||||
2007-12-10 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
|
||||
|
|
|
@ -11,7 +11,7 @@ libgstaudioconvert_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(G
|
|||
libgstaudioconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstaudioconvert_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstaudioconvert.h \
|
||||
|
|
Loading…
Reference in a new issue