mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +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
|
#pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* compatibility definitions... */
|
||||||
|
#if !GST_GL_HAVE_EGLATTRIB
|
||||||
|
typedef EGLAttrib gintptr;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _GST_EGL_H_ */
|
#endif /* _GST_EGL_H_ */
|
||||||
|
|
Loading…
Reference in a new issue