mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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
50f60c9ae9
commit
4a1d23ea85
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