summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-06-12 21:31:48 +1000
committerMatthew Waters <matthew@centricular.com>2015-06-12 21:31:48 +1000
commit97dfc5f5a6e7679b5589b97cf7e605cb70ac5a0a (patch)
tree7269edba3d737832cceb9fa047e532d0e6b4a18e /tests
parentc3a47c910d3ce0da1bc5742389e2b8adf6667914 (diff)
downloadgstreamer-plugins-bad-97dfc5f5a6e7679b5589b97cf7e605cb70ac5a0a.tar.gz
gl/tests: remove reference to undefined buffer test
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index da8df716e..295791b77 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -203,7 +203,6 @@ endif
if USE_GL
check_gl=libs/gstglcontext \
- libs/gstglbuffer \
libs/gstglmemory \
libs/gstglupload \
libs/gstglcolorconvert \
@@ -490,16 +489,6 @@ libs_gstglmemory_CFLAGS = \
-DGST_USE_UNSTABLE_API \
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS)
-libs_gstglbuffer_LDADD = \
- $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \
- $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
- $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
-
-libs_gstglbuffer_CFLAGS = \
- $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
- -DGST_USE_UNSTABLE_API \
- $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS)
-
libs_gstglupload_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
-DGST_USE_UNSTABLE_API \