projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0354b
)
audio: link against libm
author
Philippe Normand
<philn@igalia.com>
Mon, 27 Feb 2012 14:06:36 +0000
(15:06 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Mon, 27 Feb 2012 14:36:25 +0000
(14:36 +0000)
It is used in gststreamvolume.
gst-libs/gst/audio/Makefile.am
patch
|
blob
|
history
diff --git
a/gst-libs/gst/audio/Makefile.am
b/gst-libs/gst/audio/Makefile.am
index
44fd8df
..
5ae0a90
100644
(file)
--- a/
gst-libs/gst/audio/Makefile.am
+++ b/
gst-libs/gst/audio/Makefile.am
@@
-69,7
+69,7
@@
libgstaudio_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_C
libgstaudio_@GST_MAJORMINOR@_la_LIBADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
- $(GST_BASE_LIBS) $(GST_LIBS)
+ $(GST_BASE_LIBS) $(GST_LIBS)
$(LIBM)
libgstaudio_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
include $(top_srcdir)/common/gst-glib-gen.mak