summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-22 18:58:51 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-22 18:58:51 +0200
commit8a18ac76e12e0e8096b2a381dad694a97133172a (patch)
tree9e332e88a91d2047e6538cb7d2c18bb995f4c5e2
parentf5356dc697f17271c2ff99a15071617b54f485d8 (diff)
downloadgstreamer-plugins-bad-8a18ac76e12e0e8096b2a381dad694a97133172a.tar.gz
gl: Need to link to new badvideo library for the video aggregator base class
-rw-r--r--ext/gl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am
index 076c00311..66537e64b 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) \