From 546bc7dbc12b3c369a31b74171c51d9b0f2254eb Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 20 Jul 2007 07:41:58 +0000 Subject: ext/annodex/Makefile.am: Fix CFLAGS/LIBS. Original commit message from CVS: * ext/annodex/Makefile.am: Fix CFLAGS/LIBS. * ext/cdio/gstcdiocddasrc.c: * ext/libpng/gstpngdec.c: (gst_pngdec_task): Include stdlib * ext/cairo/Makefile.am: * gst/videofilter/Makefile.am: * tests/examples/level/Makefile.am: Use $(LIBM) instead of -lm --- gst/videofilter/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/videofilter') diff --git a/gst/videofilter/Makefile.am b/gst/videofilter/Makefile.am index dea626d0..2ddc6fd6 100644 --- a/gst/videofilter/Makefile.am +++ b/gst/videofilter/Makefile.am @@ -34,7 +34,7 @@ libgstgamma_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) libgstgamma_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ \ $(GST_BASE_LIBS) $(GST_LIBS) -libgstgamma_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lm +libgstgamma_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM) gstvideoexample.c: $(srcdir)/make_filter $(srcdir)/gstvideotemplate.c $(srcdir)/make_filter Videoexample $(srcdir)/gstvideotemplate.c -- cgit