1 From bec38a0c2e2958927c42b2f9ae939969b7c4a326 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
6 This prevents build errors due to missing GST_API_* symbols
8 Upstream-Status: Pending
10 Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
12 gst-libs/gst/gl/gl-prelude.h | 4 ++++
13 1 file changed, 4 insertions(+)
15 diff --git a/gst-libs/gst/gl/gl-prelude.h b/gst-libs/gst/gl/gl-prelude.h
16 index 05e1f6229..96ce5e685 100644
17 --- a/gst-libs/gst/gl/gl-prelude.h
18 +++ b/gst-libs/gst/gl/gl-prelude.h
20 #ifndef __GST_GL_PRELUDE_H__
21 #define __GST_GL_PRELUDE_H__
29 #ifdef BUILDING_GST_GL