From 6ce63cd36634b341291742a56b71fb2c9a841d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 13 Jul 2009 16:32:00 +0200 Subject: [PATCH] [359/906] gl: Link with -lm and fix indention --- gst/gl/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gst/gl/Makefile.am b/gst/gl/Makefile.am index be2a7fdd55..6ab996e2a9 100644 --- a/gst/gl/Makefile.am +++ b/gst/gl/Makefile.am @@ -26,8 +26,8 @@ libgstopengl_la_SOURCES = \ gstglfilterapp.h \ gstglcolorscale.c \ gstglcolorscale.h \ - gstgldeinterlace.c \ - gstgldeinterlace.h \ + gstgldeinterlace.c \ + gstgldeinterlace.h \ gstgldifferencematte.c \ gstgloverlay.c \ gltestsrc.c \ @@ -68,7 +68,8 @@ libgstopengl_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) \ $(GL_LIBS) \ - $(LIBPNG_LIBS) + $(LIBPNG_LIBS) \ + $(LIBM) libgstopengl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)