mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gl/cocoa: don't install the gstglcontext_cocoa.h header
It's not needed to be exposed
This commit is contained in:
parent
7dc7ec94e7
commit
2a440f60e4
1 changed files with 1 additions and 1 deletions
|
@ -9,13 +9,13 @@ libgstgl_cocoa_la_SOURCES = \
|
|||
gstglcaopengllayer.m
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstglcontext_cocoa.h \
|
||||
gstgldisplay_cocoa.h \
|
||||
gstglwindow_cocoa.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 = \
|
||||
|
|
Loading…
Reference in a new issue