gst-plugins-bad: patchdetect: link against libm
Tim Müller
tpm at kemper.freedesktop.org
Sat Mar 26 05:46:22 PDT 2011
Module: gst-plugins-bad
Branch: master
Commit: 9bd9b8bf7280cc6656700ad6f61cd1ed07c3b007
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=9bd9b8bf7280cc6656700ad6f61cd1ed07c3b007
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sat Mar 26 12:45:24 2011 +0000
patchdetect: link against libm
Link against libm. Include math-compat.h header. Don't link against
orc, since it's not actually used.
https://bugzilla.gnome.org/show_bug.cgi?id=645711
---
gst/patchdetect/Makefile.am | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/gst/patchdetect/Makefile.am b/gst/patchdetect/Makefile.am
index f58c74a..e7d97ab 100644
--- a/gst/patchdetect/Makefile.am
+++ b/gst/patchdetect/Makefile.am
@@ -7,13 +7,12 @@ libgstpatchdetect_la_SOURCES = gstpatchdetect.c
#nodist_libgstpatchdetect_la_SOURCES = $(ORC_NODIST_SOURCES)
libgstpatchdetect_la_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- $(ORC_CFLAGS)
+ $(GST_CFLAGS)
libgstpatchdetect_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
- $(ORC_LIBS)
+ $(LIBM)
libgstpatchdetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstpatchdetect_la_LIBTOOLFLAGS = --tag=disable-static
More information about the gstreamer-commits
mailing list