mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
gl/egl: fix inverted typedef
2b6841d
had an inverted typedef defining ginptr and EGLAttrib. Fix that.
This commit is contained in:
parent
1a7333173a
commit
19f32c0f49
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
/* compatibility definitions... */
|
/* compatibility definitions... */
|
||||||
#if !GST_GL_HAVE_EGLATTRIB
|
#if !GST_GL_HAVE_EGLATTRIB
|
||||||
typedef EGLAttrib gintptr;
|
typedef gintptr EGLAttrib;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _GST_EGL_H_ */
|
#endif /* _GST_EGL_H_ */
|
||||||
|
|
Loading…
Reference in a new issue