From 8a18ac76e12e0e8096b2a381dad694a97133172a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 22 Jun 2014 18:58:51 +0200 Subject: [PATCH] gl: Need to link to new badvideo library for the video aggregator base class --- ext/gl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index 076c003115..66537e64be 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -96,6 +96,7 @@ libgstopengl_la_CFLAGS = \ libgstopengl_la_LIBADD = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \ + $(top_builddir)/gst-libs/gst/video/libgstbadvideo-$(GST_API_VERSION).la \ $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ -lgstpbutils-$(GST_API_VERSION) \