]> code.ossystems Code Review - meta-freescale.git/blob
731ba8733394d8d296b56dabd41030f9ba347306
[meta-freescale.git] /
1 From 616cf194dfd26818ed7b776321582b8e0ff9b3f1 Mon Sep 17 00:00:00 2001
2 From: Carlos Rafael Giani <crg7475@mailbox.org>
3 Date: Tue, 21 May 2019 14:01:11 +0200
4 Subject: [PATCH] viv-fb: Make sure config.h is included
5
6 This prevents build errors due to missing GST_API_* symbols
7
8 Upstream-Status: Pending
9
10 Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
11
12 ---
13  gst-libs/gst/gl/gl-prelude.h | 4 ++++
14  1 file changed, 4 insertions(+)
15
16 diff --git a/gst-libs/gst/gl/gl-prelude.h b/gst-libs/gst/gl/gl-prelude.h
17 index 05e1f6229..96ce5e685 100644
18 --- a/gst-libs/gst/gl/gl-prelude.h
19 +++ b/gst-libs/gst/gl/gl-prelude.h
20 @@ -22,6 +22,10 @@
21  #ifndef __GST_GL_PRELUDE_H__
22  #define __GST_GL_PRELUDE_H__
23  
24 +#ifdef HAVE_CONFIG_H
25 +#include "config.h"
26 +#endif
27 +
28  #include <gst/gst.h>
29  
30  #ifdef BUILDING_GST_GL