diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-11 12:59:09 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 12:02:31 +0000 |
commit | 769a21d0bb310906b880c07da0e1e2376e11c187 (patch) | |
tree | 02b93bbe659389c940abd69b3a214cfa05f6c501 /Makefile.am | |
parent | 43631c63ea76c524f96488dbdf4f4e20fa764626 (diff) | |
download | gstreamer-plugins-bad-769a21d0bb310906b880c07da0e1e2376e11c187.tar.gz |
gl: remove GStreamer OpenGL integration library and move to -base
https://bugzilla.gnome.org/show_bug.cgi?id=754094
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 365cbdc07..732dc4b85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ EXTRA_DIST = \ gst-libs/gst/interfaces/build_mkenum.py \ gst-libs/gst/mpegts/mpegts_enum.py \ ext/srtp/srtp_mkenum.py \ - ext/vulkan/vkconfig.h.meson gst-libs/gst/gl/gstglconfig.h.meson + ext/vulkan/vkconfig.h.meson DISTCLEANFILES = _stdint.h @@ -122,8 +122,9 @@ CRUFT_DIRS = \ $(top_srcdir)/gst-libs/gst/baseparse \ $(top_srcdir)/gst-libs/gst/base \ $(top_srcdir)/gst-libs/gst/egl \ + $(top_srcdir)/gst-libs/gst/gl \ $(top_srcdir)/gst-libs/gst/signalprocessor \ - $(top_srcdir)/tests/examples/gl/gtk/gtkvideooverlay \ + $(top_srcdir)/tests/examples/gl \ $(top_srcdir)/tests/examples/scaletempo \ $(top_srcdir)/tests/examples/shapewipe \ $(top_srcdir)/tests/examples/switch \ |