summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-10-14 00:48:32 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-14 00:58:55 +0100
commite8a4500d758ee46ebdf7713fad33608e36f83345 (patch)
tree02b01dec149a55d3d8ecd4b2f5da4641865189fa /examples
parenta5a22f03a56e966c8da2c3eafa78c22de9d7ac87 (diff)
downloadgst-omx-e8a4500d758ee46ebdf7713fad33608e36f83345.tar.gz
Remove autotools build
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am5
-rw-r--r--examples/egl/Makefile.am41
2 files changed, 0 insertions, 46 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
deleted file mode 100644
index b7c064c..0000000
--- a/examples/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-if HAVE_GST_GL
-SUBDIRS = egl
-endif
-
-DIST_SUBDIRS = egl
diff --git a/examples/egl/Makefile.am b/examples/egl/Makefile.am
deleted file mode 100644
index ed8d4ed..0000000
--- a/examples/egl/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-noinst_PROGRAMS =
-
-if USE_OMX_TARGET_RPI
-noinst_PROGRAMS += testegl
-else
-if HAVE_X11
-noinst_PROGRAMS += testegl
-endif
-endif
-
-testegl_SOURCES = testegl.c
-
-noinst_HEADERS = cube_texture_and_coords.h
-
-testegl_LDADD = \
- $(GST_PLUGINS_BASE_LIBS) \
- -lgstvideo-@GST_API_VERSION@ \
- $(GST_BASE_LIBS) \
- $(GST_LIBS) \
- $(GST_GL_LIBS) \
- $(BRCMEGL_LIBS) \
- -lm
-
-if HAVE_GLES2
-testegl_LDADD += $(GLES2_LIBS)
-endif
-
-if HAVE_EGL
-testegl_LDADD += $(EGL_LIBS)
-endif
-
-if HAVE_X11
-testegl_LDADD += $(X11_LIBS)
-endif
-
-testegl_CFLAGS = \
- $(GST_PLUGINS_BASE_CFLAGS) \
- $(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- $(GST_GL_CFLAGS) \
- $(BRCMEGL_CFLAGS)