mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
[558/906] add missing includes for _post_missing_element_message in glcolorspace
This commit is contained in:
parent
b227398c0c
commit
729115c515
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
plugin_LTLIBRARIES = libgstopengl.la
|
plugin_LTLIBRARIES = libgstopengl.la
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
AM_LIBS = $(GST_BASE_LIBS)
|
AM_LIBS = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||||||
|
|
||||||
# full opengl required
|
# full opengl required
|
||||||
if GL_IS_OPENGL
|
if GL_IS_OPENGL
|
||||||
|
@ -90,6 +90,7 @@ libgstopengl_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \
|
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
||||||
|
-lgstpbutils-$(GST_API_VERSION) \
|
||||||
$(GL_LIBS) \
|
$(GL_LIBS) \
|
||||||
$(LIBPNG_LIBS) \
|
$(LIBPNG_LIBS) \
|
||||||
$(JPEG_LIBS) \
|
$(JPEG_LIBS) \
|
||||||
|
|
Loading…
Reference in a new issue