From 2fc017e822119da7fb83e1f6285e0869a7f07e39 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 21 Jul 2015 17:34:27 +1000 Subject: [PATCH] gl/build: fix typo in _HEADERS resulting in installing the wrong file /usr/include/gstreamer-1.0/gst/gl/gl.h:51:43: fatal error: gst/gl/gstgloverlaycompositor.h: No such file or directory --- gst-libs/gst/gl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index b6aab1de36..ce30fff73b 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -55,7 +55,7 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \ gstglsyncmeta.h \ gstglviewconvert.h \ gstglcompositionoverlay.h \ - gstgloverlaycompositor.c \ + gstgloverlaycompositor.h \ gstgl_fwd.h \ gl.h