mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gl: ship the gstglcontext_egl.h header
It is required by gsteglimagememory.h. https://bugzilla.gnome.org/show_bug.cgi?id=740611
This commit is contained in:
parent
13706c2c05
commit
ce58219124
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ libgstgl_egl_la_SOURCES = \
|
|||
gstglcontext_egl.c \
|
||||
gsteglimagememory.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstglcontext_egl.h
|
||||
noinst_HEADERS =
|
||||
|
||||
libgstgl_eglincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/egl
|
||||
libgstgl_eglinclude_HEADERS = \
|
||||
gstgldisplay_egl.h \
|
||||
gstglcontext_egl.h \
|
||||
gsteglimagememory.h
|
||||
|
||||
libgstgl_egl_la_CFLAGS = \
|
||||
|
|
Loading…
Reference in a new issue