]> code.ossystems Code Review - meta-freescale.git/blob
018826fb1aca64b8b308ee273fe89febeaf56fa4
[meta-freescale.git] /
1 From 853d7f2ca821682c1e1e594b23ff654505e07054 Mon Sep 17 00:00:00 2001
2 From: Mingke Wang <mingke.wang@freescale.com>
3 Date: Wed, 1 Jul 2015 10:19:25 +0800
4 Subject: [PATCH] [PATCH] install gstaggregator and gstvideoaggregator header
5  file
6
7 intall the header file of gstaggregator and gstvideoaggregator
8 so that we can use them outside of gstreamer-plugins-bad package
9
10 Upstream-Status: Inappropriate [i.MX specific]
11
12 Signed-off-by: Mingke Wang <mingke.wang@freescale.com>
13
14 diff --git a/gst-libs/gst/base/Makefile.am b/gst-libs/gst/base/Makefile.am
15 old mode 100644
16 new mode 100755
17 index 0d55368..7268095
18 --- a/gst-libs/gst/base/Makefile.am
19 +++ b/gst-libs/gst/base/Makefile.am
20 @@ -6,11 +6,12 @@ libgstbadbase_@GST_API_VERSION@_la_SOURCES = \
21  libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) \
22         -DGST_USE_UNSTABLE_API
23  
24 +libgstbadbase_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/base
25 +libgstbadbase_@GST_API_VERSION@include_HEADERS = \
26 +        gstaggregator.h
27 +
28  libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
29  libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
30  
31 -noinst_HEADERS =       \
32 -       gstaggregator.h
33 -
34  EXTRA_DIST = 
35  
36 diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am
37 old mode 100644
38 new mode 100755
39 index 4f0f09f..3c5da6b
40 --- a/gst-libs/gst/video/Makefile.am
41 +++ b/gst-libs/gst/video/Makefile.am
42 @@ -19,8 +19,13 @@ libgstbadvideo_@GST_API_VERSION@_la_CFLAGS = \
43         $(GST_PLUGINS_BASE_CFLAGS) \
44         $(GST_BASE_CFLAGS)
45  
46 +libgstbadvideo_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/video
47 +libgstbadvideo_@GST_API_VERSION@include_HEADERS = \
48 +        gstvideoaggregatorpad.h \
49 +        gstvideoaggregator.h
50 +
51  libgstbadvideo_@GST_API_VERSION@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) -lgstvideo-$(GST_API_VERSION)\
52         $(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la $(LIBM)
53  libgstbadvideo_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
54  
55 -noinst_HEADERS = gstcms.h videoconvert.h gstvideoaggregatorpad.h gstvideoaggregator.h
56 +noinst_HEADERS = gstcms.h videoconvert.h 
57 -- 
58 1.7.9.5
59