mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gl/build: add configure check for possibly missing EGLAttrib
Fixes the build on older android targets.
This commit is contained in:
parent
15c34b0ab1
commit
1a7333173a
1 changed files with 5 additions and 0 deletions
|
@ -46,4 +46,9 @@
|
|||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
/* compatibility definitions... */
|
||||
#if !GST_GL_HAVE_EGLATTRIB
|
||||
typedef EGLAttrib gintptr;
|
||||
#endif
|
||||
|
||||
#endif /* _GST_EGL_H_ */
|
||||
|
|
Loading…
Reference in a new issue