From 7c825aac8ba9b5eb5008f357c3c69b3899046b98 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 2 Jan 2016 16:15:02 +0100 Subject: [PATCH] Do not install ges-smart-video-mixer.h it should always have been private Reviewed-by: Thibault Saunier Differential Revision: https://phabricator.freedesktop.org/D617 --- ges/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/Makefile.am b/ges/Makefile.am index 8f459242f4..122324654e 100644 --- a/ges/Makefile.am +++ b/ges/Makefile.am @@ -139,7 +139,6 @@ libges_@GST_API_VERSION@include_HEADERS = \ ges-container.h \ ges-effect-asset.h \ ges-smart-adder.h \ - ges-smart-video-mixer.h \ ges-utils.h \ ges-group.h \ ges-version.h @@ -149,6 +148,7 @@ noinst_HEADERS = \ ges-auto-transition.h \ ges-structured-interface.h \ ges-structure-parser.h \ + ges-smart-video-mixer.h \ gstframepositionner.h libges_@GST_API_VERSION@_la_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) \