diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-11-24 12:33:42 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:22 -0300 |
commit | e7b1239fb46796afc72aa6431e5091da67738a3f (patch) | |
tree | fcdb5398ac7eda76fb27520db1352b8407c95f0c /recipes-multimedia | |
parent | 8000b6bc67857e17596001622b547f9099a98224 (diff) | |
download | meta-freescale-e7b1239fb46796afc72aa6431e5091da67738a3f.tar.gz |
gstreamer1.0-plugins-bad: Fix patch for GStreamer 1.6
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rwxr-xr-x | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-PATCH-install-gstaggregator-and-gstvideoaggregator-h.patch | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-PATCH-install-gstaggregator-and-gstvideoaggregator-h.patch b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-PATCH-install-gstaggregator-and-gstvideoaggregator-h.patch index 018826fb..52e2d9ac 100755 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-PATCH-install-gstaggregator-and-gstvideoaggregator-h.patch +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-PATCH-install-gstaggregator-and-gstvideoaggregator-h.patch | |||
@@ -39,7 +39,7 @@ new mode 100755 | |||
39 | index 4f0f09f..3c5da6b | 39 | index 4f0f09f..3c5da6b |
40 | --- a/gst-libs/gst/video/Makefile.am | 40 | --- a/gst-libs/gst/video/Makefile.am |
41 | +++ b/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 = \ | 42 | @@ -16,11 +16,14 @@ libgstbadvideo_@GST_API_VERSION@_la_CFLAGS = \ |
43 | $(GST_PLUGINS_BASE_CFLAGS) \ | 43 | $(GST_PLUGINS_BASE_CFLAGS) \ |
44 | $(GST_BASE_CFLAGS) | 44 | $(GST_BASE_CFLAGS) |
45 | 45 | ||
@@ -48,12 +48,14 @@ index 4f0f09f..3c5da6b | |||
48 | + gstvideoaggregatorpad.h \ | 48 | + gstvideoaggregatorpad.h \ |
49 | + gstvideoaggregator.h | 49 | + gstvideoaggregator.h |
50 | + | 50 | + |
51 | libgstbadvideo_@GST_API_VERSION@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) -lgstvideo-$(GST_API_VERSION)\ | 51 | libgstbadvideo_@GST_API_VERSION@_la_LIBADD = \ |
52 | $(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la $(LIBM) | 52 | $(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la \ |
53 | libgstbadvideo_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) | 53 | $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ |
54 | $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM) | ||
54 | 55 | ||
55 | -noinst_HEADERS = gstcms.h videoconvert.h gstvideoaggregatorpad.h gstvideoaggregator.h | 56 | libgstbadvideo_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) |
56 | +noinst_HEADERS = gstcms.h videoconvert.h | 57 | - |
58 | -noinst_HEADERS = gstvideoaggregatorpad.h gstvideoaggregator.h | ||
57 | -- | 59 | -- |
58 | 1.7.9.5 | 60 | 1.7.9.5 |
59 | 61 | ||