From f93927b0b4d587e7d49f76fe0d5c9676cacb01f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 20 Jun 2017 19:19:51 +0300 Subject: [PATCH] gl/cocoa: Put gstglwindow_cocoa.h into noinst_HEADERS again And remove gstgldisplay_cocoa.h instead, which got moved to the installed headers earlier. --- gst-libs/gst/gl/cocoa/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/cocoa/Makefile.am b/gst-libs/gst/gl/cocoa/Makefile.am index d137633aa..7b4f244ec 100644 --- a/gst-libs/gst/gl/cocoa/Makefile.am +++ b/gst-libs/gst/gl/cocoa/Makefile.am @@ -10,7 +10,7 @@ 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 -- 2.34.1