gl: hook up to build system
authorTim-Philipp Müller <tim@centricular.com>
Sun, 10 Dec 2017 20:02:26 +0000 (20:02 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 19 Dec 2017 12:01:48 +0000 (12:01 +0000)
commit8227135f3b4ad79c624efdc00b0ef5730bd2751a
tree3ae839885779ee143266f630067d9b119703a6d4
parent0eefcb23b47005333b8fabfe204f31abe1bdb314
gl: hook up to build system

Tests and documentation will follow separately.

The mixer elements in the opengl plugin need to stay
in -bad for now since they use GstVideoAggregator.

https://bugzilla.gnome.org/show_bug.cgi?id=754094
39 files changed:
.gitignore
Makefile.am
configure.ac
ext/Makefile.am
ext/gl/Makefile.am
ext/gl/gstopengl.c
ext/gl/meson.build
ext/meson.build
gst-libs/gst/Makefile.am
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/meson.build
gst-libs/gst/meson.build
m4/gst-gl.m4 [new file with mode: 0644]
meson_options.txt
pkgconfig/Makefile.am
pkgconfig/gstreamer-gl-uninstalled.pc.in
pkgconfig/gstreamer-gl.pc.in
pkgconfig/gstreamer-plugins-base-uninstalled.pc.in
pkgconfig/gstreamer-plugins-base.pc.in
pkgconfig/meson.build
po/POTFILES.in
tests/check/Makefile.am
tests/examples/Makefile.am
tests/examples/gl/Makefile.am
tests/examples/gl/clutter/Makefile.am
tests/examples/gl/cocoa/Makefile.am
tests/examples/gl/generic/cube/Makefile.am
tests/examples/gl/generic/cubeyuv/Makefile.am
tests/examples/gl/generic/doublecube/Makefile.am
tests/examples/gl/generic/recordgraphic/Makefile.am
tests/examples/gl/gtk/3dvideo/Makefile.am
tests/examples/gl/gtk/3dvideo/mviewwidget.h
tests/examples/gl/gtk/Makefile.am
tests/examples/gl/gtk/filternovideooverlay/Makefile.am
tests/examples/gl/gtk/filtervideooverlay/Makefile.am
tests/examples/gl/gtk/fxtest/Makefile.am
tests/examples/gl/gtk/switchvideooverlay/Makefile.am
tests/examples/gl/sdl/meson.build
tests/examples/meson.build