diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-02 16:01:25 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-09 19:32:31 +0000 |
commit | b5dee0fe5b37bf69a6f938c37c0cc470c3f8865b (patch) | |
tree | 36dff473124c93e0828d7dfada78314a13c6d008 /ext | |
parent | 1abd0804f4a314bbedbb469845505aadf1ca4311 (diff) |
Remove GstAggregator from -bad, moved to core
https://bugzilla.gnome.org/show_bug.cgi?id=739010
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gl/Makefile.am | 1 | ||||
-rw-r--r-- | ext/gl/meson.build | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index edec94c3a..adeadbf60 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -147,7 +147,6 @@ libgstopengl_la_CFLAGS = \ libgstopengl_la_LIBADD = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \ - $(top_builddir)/gst-libs/gst/base/libgstbadbase-$(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) \ diff --git a/ext/gl/meson.build b/ext/gl/meson.build index 78a1a9d49..a3b327964 100644 --- a/ext/gl/meson.build +++ b/ext/gl/meson.build @@ -111,7 +111,7 @@ if build_gstgl and gstgl_dep.found() c_args : gst_plugins_bad_args + opengl_defines, link_args : noseh_link_args, include_directories : [configinc], - dependencies : [gstgl_dep, gstbadvideo_dep, gstbadbase_dep, gstvideo_dep, + dependencies : [gstgl_dep, gstbadvideo_dep, gstvideo_dep, gstbase_dep, gstcontroller_dep, libm] + optional_deps, install : true, install_dir : plugins_install_dir, |