mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
gl/tests: remove reference to undefined buffer test
This commit is contained in:
parent
c3a47c910d
commit
97dfc5f5a6
1 changed files with 0 additions and 11 deletions
|
@ -203,7 +203,6 @@ endif
|
||||||
|
|
||||||
if USE_GL
|
if USE_GL
|
||||||
check_gl=libs/gstglcontext \
|
check_gl=libs/gstglcontext \
|
||||||
libs/gstglbuffer \
|
|
||||||
libs/gstglmemory \
|
libs/gstglmemory \
|
||||||
libs/gstglupload \
|
libs/gstglupload \
|
||||||
libs/gstglcolorconvert \
|
libs/gstglcolorconvert \
|
||||||
|
@ -490,16 +489,6 @@ libs_gstglmemory_CFLAGS = \
|
||||||
-DGST_USE_UNSTABLE_API \
|
-DGST_USE_UNSTABLE_API \
|
||||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS)
|
$(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 = \
|
libs_gstglupload_CFLAGS = \
|
||||||
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
-DGST_USE_UNSTABLE_API \
|
-DGST_USE_UNSTABLE_API \
|
||||||
|
|
Loading…
Reference in a new issue