gl: install new glfuncs.h header

This commit is contained in:
Tim-Philipp Müller 2017-08-25 20:37:39 +01:00
parent 9620edc49e
commit ccb27e7317
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \
gstglbufferpool.h \ gstglbufferpool.h \
gstglfilter.h \ gstglfilter.h \
gstglformat.h \ gstglformat.h \
gstglfuncs.h \
gstglbasefilter.h \ gstglbasefilter.h \
gstglshader.h \ gstglshader.h \
gstglshaderstrings.h \ gstglshaderstrings.h \

View file

@ -44,6 +44,7 @@ gl_headers = [
'gstglfeature.h', 'gstglfeature.h',
'gstglfilter.h', 'gstglfilter.h',
'gstglformat.h', 'gstglformat.h',
'gstglfuncs.h',
'gstglframebuffer.h', 'gstglframebuffer.h',
'gstglmemory.h', 'gstglmemory.h',
'gstglmemorypbo.h', 'gstglmemorypbo.h',