[359/906] gl: Link with -lm and fix indention

This commit is contained in:
Sebastian Dröge 2009-07-13 16:32:00 +02:00 committed by Matthew Waters
parent 1a070f378b
commit 6ce63cd366

View file

@ -26,8 +26,8 @@ libgstopengl_la_SOURCES = \
gstglfilterapp.h \ gstglfilterapp.h \
gstglcolorscale.c \ gstglcolorscale.c \
gstglcolorscale.h \ gstglcolorscale.h \
gstgldeinterlace.c \ gstgldeinterlace.c \
gstgldeinterlace.h \ gstgldeinterlace.h \
gstgldifferencematte.c \ gstgldifferencematte.c \
gstgloverlay.c \ gstgloverlay.c \
gltestsrc.c \ gltestsrc.c \
@ -68,7 +68,8 @@ libgstopengl_la_LIBADD = \
$(GST_BASE_LIBS) \ $(GST_BASE_LIBS) \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) \
$(GL_LIBS) \ $(GL_LIBS) \
$(LIBPNG_LIBS) $(LIBPNG_LIBS) \
$(LIBM)
libgstopengl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstopengl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)