summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gl.h
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@collabora.co.uk>2014-03-26 19:17:03 +0000
committerJulien Isorce <julien.isorce@collabora.co.uk>2014-03-26 19:17:03 +0000
commit218244a040a4f97fe62b75dd58884bdf0509278e (patch)
tree235ec6c55da8b673016ceed9f666bdc46d549a0f /gst-libs/gst/gl/gl.h
parent0ae3c984aa84f310f91b0764f44a5c3d84a20e46 (diff)
downloadgstreamer-plugins-bad-218244a040a4f97fe62b75dd58884bdf0509278e.tar.gz
gl: let the user includes itself our egl headers if needed
Forgot to address this change. https://bugzilla.gnome.org/show_bug.cgi?id=703343
Diffstat (limited to 'gst-libs/gst/gl/gl.h')
-rw-r--r--gst-libs/gst/gl/gl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst-libs/gst/gl/gl.h b/gst-libs/gst/gl/gl.h
index 43cc534b1..07d947812 100644
--- a/gst-libs/gst/gl/gl.h
+++ b/gst-libs/gst/gl/gl.h
@@ -39,9 +39,4 @@
#include <gst/gl/gstglmixer.h>
#include <gst/gl/gstglshadervariables.h>
-#if GST_GL_HAVE_PLATFORM_EGL
-#include <gst/gl/egl/gstgldisplay_egl.h>
-#include <gst/gl/egl/gsteglimagememory.h>
-#endif
-
#endif /* __GST_GL_H__ */