[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

@ -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)