mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
[359/906] gl: Link with -lm and fix indention
This commit is contained in:
parent
1a070f378b
commit
6ce63cd366
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue