From 4fdd715c4ba7508b460e71b75f834f2b787e45d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 17 May 2017 17:38:01 +0300 Subject: [PATCH] cocoa: Install gstgldisplay_cocoa.h It's needed by e.g. qmlglsink. --- gst-libs/gst/gl/cocoa/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/cocoa/Makefile.am b/gst-libs/gst/gl/cocoa/Makefile.am index f1a5265922..f4532eed4a 100644 --- a/gst-libs/gst/gl/cocoa/Makefile.am +++ b/gst-libs/gst/gl/cocoa/Makefile.am @@ -11,12 +11,12 @@ libgstgl_cocoa_la_SOURCES = \ 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 = \ - gstglcaopengllayer.h + gstglcaopengllayer.h \ + gstgldisplay_cocoa.h libgstgl_cocoa_la_CFLAGS = \ -I$(top_srcdir)/gst-libs \