From 729115c5153d1fbdd850cd747af3abdaad31ffb4 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 12 Aug 2012 19:03:48 +1000 Subject: [PATCH] [558/906] add missing includes for _post_missing_element_message in glcolorspace --- gst/gl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gl/Makefile.am b/gst/gl/Makefile.am index 60f06a0..e1f3a64 100644 --- a/gst/gl/Makefile.am +++ b/gst/gl/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstopengl.la 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 if GL_IS_OPENGL @@ -90,6 +90,7 @@ libgstopengl_la_LIBADD = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \ $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ + -lgstpbutils-$(GST_API_VERSION) \ $(GL_LIBS) \ $(LIBPNG_LIBS) \ $(JPEG_LIBS) \ -- 2.7.4