gl/tests: remove reference to undefined buffer test

This commit is contained in:
Matthew Waters 2015-06-12 21:31:48 +10:00
parent c3a47c910d
commit 97dfc5f5a6

View file

@ -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 \