gstreamer/gst-libs/gst/gl/glprototypes/Makefile.am
Matthew Waters 65533b807c gl: add a gstglquery object for arbitrary GL queries
Currently only GL_TIME_ELAPSED and GL_TIMESTAMP are supported
2017-12-09 19:32:15 +00:00

21 lines
314 B
Makefile

prototypedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/glprototypes
prototype_HEADERS = \
all_functions.h \
base.h \
blending.h \
eglimage.h \
fbo.h \
fixedfunction.h \
gles.h \
opengl.h \
shaders.h \
gstgl_compat.h \
gstgl_gles2compat.h \
debug.h \
vao.h \
sync.h \
buffers.h \
query.h