blob: a605533be8383ec8ae6e3af7a5f3013b98fed4b2 [file] [log] [blame]
Patrick Williams73bd93f2024-02-20 08:07:48 -06001From 2b07840122bc2e83bd23dad59aa80d9479f2e1e4 Mon Sep 17 00:00:00 2001
Brad Bishop15ae2502019-06-18 21:44:24 -04002From: Carlos Rafael Giani <crg7475@mailbox.org>
3Date: Tue, 21 May 2019 14:01:11 +0200
Patrick Williams73bd93f2024-02-20 08:07:48 -06004Subject: [PATCH] viv-fb: Make sure config.h is included
Brad Bishop15ae2502019-06-18 21:44:24 -04005
6This prevents build errors due to missing GST_API_* symbols
7
8Upstream-Status: Pending
9
10Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Patrick Williams73bd93f2024-02-20 08:07:48 -060011
Brad Bishop15ae2502019-06-18 21:44:24 -040012---
13 gst-libs/gst/gl/gl-prelude.h | 4 ++++
14 1 file changed, 4 insertions(+)
15
16diff --git a/gst-libs/gst/gl/gl-prelude.h b/gst-libs/gst/gl/gl-prelude.h
Patrick Williams73bd93f2024-02-20 08:07:48 -060017index 85fca5a..946c729 100644
Brad Bishop15ae2502019-06-18 21:44:24 -040018--- 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