diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-06-22 18:58:51 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-06-22 18:58:51 +0200 |
commit | 8a18ac76e12e0e8096b2a381dad694a97133172a (patch) | |
tree | 9e332e88a91d2047e6538cb7d2c18bb995f4c5e2 /ext/gl/Makefile.am | |
parent | f5356dc697f17271c2ff99a15071617b54f485d8 (diff) | |
download | gstreamer-plugins-bad-8a18ac76e12e0e8096b2a381dad694a97133172a.tar.gz |
gl: Need to link to new badvideo library for the video aggregator base class
Diffstat (limited to 'ext/gl/Makefile.am')
-rw-r--r-- | ext/gl/Makefile.am | 1 |
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) \ |