summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-08 19:11:21 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-12 15:16:37 +0000
commit90a836bb89144e9e203333bbef85c38d6de7b839 (patch)
tree26483668c25962bab73ad0b2fba24f8abf34bde5 /configure.ac
parentec963e688f205408db4000efba97ab7c0262059d (diff)
gtk: remove, plugin has moved to -good
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac38
1 files changed, 0 insertions, 38 deletions
diff --git a/configure.ac b/configure.ac
index 1516f66b3..f3faaab12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1943,42 +1943,6 @@ AG_GST_CHECK_FEATURE(GL, [gl elements], gl, [
AM_CONDITIONAL(USE_GL, test "x$HAVE_GL" = "xyes")
AM_CONDITIONAL(USE_OPENGL, test "x$GST_GL_HAVE_API_GL" = "x1")
-dnl *** gtk+ ***
-HAVE_GTK3_GL="no"
-translit(dnm, m, l) AM_CONDITIONAL(USE_GTK3, true)
-AG_GST_CHECK_FEATURE(GTK3, [Gtk+ elements], gtk, [
- PKG_CHECK_MODULES(GTK3, gtk+-3.0, [
- AC_DEFINE([HAVE_GTK3], 1, [Define if Gtk+ 3.0 is installed])
- HAVE_GTK3="yes"
- ], [
- HAVE_GTK3="no"
- ])
- PKG_CHECK_MODULES(GTK3_GL, gtk+-3.0 >= 3.15.0, [
- GDK_WINDOWING="no"
- if test "x$GST_GL_HAVE_WINDOW_X11" = "x1" -a "x$GST_GL_HAVE_PLATFORM_GLX" = "x1"; then
- PKG_CHECK_MODULES(GTK3_X11, gtk+-x11-3.0, [
- GTK3_CFLAGS="$GTK3_CFLAGS $GTK3_X11_CFLAGS"
- GTK3_LIBS="$GTK3_LIBS $GTK3_X11_LIBS"
- GDK_WINDOWING="yes"
- ], [AC_MSG_NOTICE([Could not find Gtk X11 integration])])
- fi
- if test "x$GST_GL_HAVE_WINDOW_WAYLAND" = "x1" -a "x$GST_GL_HAVE_PLATFORM_EGL" = "x1"; then
- PKG_CHECK_MODULES(GTK3_WAYLAND, gtk+-wayland-3.0, [
- GTK3_CFLAGS="$GTK3_CFLAGS $GTK3_WAYLAND_CFLAGS"
- GTK3_LIBS="$GTK3_LIBS $GTK3_WAYLAND_LIBS"
- GDK_WINDOWING="yes"
- ], [AC_MSG_NOTICE([Could not find Gtk Wayland integration])])
- fi
- if test "x$GDK_WINDOWING" = "xyes"; then
- AC_DEFINE([HAVE_GTK3_GL], 1, [Define if Gtk+ 3.0 GL is installed])
- HAVE_GTK3_GL="yes"
- fi
- ], [
- HAVE_GTK3_GL="no"
- ])
-])
-AM_CONDITIONAL(USE_GTK3_GL, test "x$HAVE_GTK3_GL" = "xyes")
-
dnl *** Qt ***
translit(dnm, m, l) AM_CONDITIONAL(USE_QT, true)
AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
@@ -2735,7 +2699,6 @@ tests/examples/camerabin2/Makefile
tests/examples/codecparsers/Makefile
tests/examples/directfb/Makefile
tests/examples/audiomixmatrix/Makefile
-tests/examples/gtk/Makefile
tests/examples/ipcpipeline/Makefile
tests/examples/mpegts/Makefile
tests/examples/mxf/Makefile
@@ -2759,7 +2722,6 @@ ext/directfb/Makefile
ext/wayland/Makefile
ext/daala/Makefile
ext/dts/Makefile
-ext/gtk/Makefile
ext/faac/Makefile
ext/faad/Makefile
ext/fdkaac/Makefile