mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
cocoa: Install gstgldisplay_cocoa.h
It's needed by e.g. qmlglsink.
This commit is contained in:
parent
a9a05c01a9
commit
f32e8bc4b2
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ libgstgl_cocoa_la_SOURCES = \
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstglcontext_cocoa.h \
|
gstglcontext_cocoa.h \
|
||||||
gstgldisplay_cocoa.h \
|
gstgldisplay_cocoa.h \
|
||||||
gstglwindow_cocoa.h \
|
|
||||||
gstgl_cocoa_private.h
|
gstgl_cocoa_private.h
|
||||||
|
|
||||||
libgstgl_cocoaincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/cocoa
|
libgstgl_cocoaincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/cocoa
|
||||||
libgstgl_cocoainclude_HEADERS = \
|
libgstgl_cocoainclude_HEADERS = \
|
||||||
gstglcaopengllayer.h
|
gstglcaopengllayer.h \
|
||||||
|
gstgldisplay_cocoa.h
|
||||||
|
|
||||||
libgstgl_cocoa_la_CFLAGS = \
|
libgstgl_cocoa_la_CFLAGS = \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
|
|
Loading…
Reference in a new issue