Blame gst-libs/gst/gl/glprototypes/Makefile.am

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