summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2016-01-02 16:15:02 +0100
committerThibault Saunier <tsaunier@gnome.org>2016-01-18 15:01:30 +0100
commitd7ddcc4cb91ac01ec02d0606a15c41fc43e31f6c (patch)
tree9b11accc27577c58b80df37617b986215720efec
parent094c2487ee26b44700b89f8327443e98b077ca8f (diff)
Do not install ges-smart-video-mixer.h
it should always have been private Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D617
-rw-r--r--ges/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ges/Makefile.am b/ges/Makefile.am
index 8f459242..12232465 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) \