summaryrefslogtreecommitdiff
path: root/ext/gl
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-06-16 07:49:34 +0000
committerMatthew Waters <matthew@centricular.com>2015-07-07 13:12:49 +1000
commit26df88cd2485cf2b834ff470278d471b20c2aea3 (patch)
tree823d6ba36126458a9b538ff3e36ce1fbe7225311 /ext/gl
parent31b770af0b20c33e8b83c2f8bd3ea92f779c0e70 (diff)
downloadgstreamer-plugins-bad-26df88cd2485cf2b834ff470278d471b20c2aea3.tar.gz
gl: consolidate egl header includes to egl-only headers
They may conflict with other headers.
Diffstat (limited to 'ext/gl')
-rw-r--r--ext/gl/gstopengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c
index ebc7f1396..1fad0a239 100644
--- a/ext/gl/gstopengl.c
+++ b/ext/gl/gstopengl.c
@@ -89,7 +89,7 @@ extern GType gst_ca_opengl_layer_sink_bin_get_type (void);
#endif
#ifdef USE_EGL_RPI
-#include <bcm_host.h>
+extern void bcm_host_init (void);
#endif
#if GST_GL_HAVE_WINDOW_X11