mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
cgl: install the gl context and gl layer headers
This commit is contained in:
parent
e57fb35bc0
commit
0cfeddbd05
1 changed files with 5 additions and 1 deletions
|
@ -9,9 +9,13 @@ libgstgl_cocoa_la_SOURCES = \
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstglwindow_cocoa.h \
|
gstglwindow_cocoa.h \
|
||||||
gstglcontext_cocoa.h \
|
|
||||||
gstgl_cocoa_private.h
|
gstgl_cocoa_private.h
|
||||||
|
|
||||||
|
libgstgl_cocoaincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/cocoa
|
||||||
|
libgstgl_cocoainclude_HEADERS = \
|
||||||
|
gstglcontext_cocoa.h \
|
||||||
|
gstglcaopengllayer.h
|
||||||
|
|
||||||
libgstgl_cocoa_la_CFLAGS = \
|
libgstgl_cocoa_la_CFLAGS = \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
-I$(top_builddir)/gst-libs \
|
-I$(top_builddir)/gst-libs \
|
||||||
|
|
Loading…
Reference in a new issue