mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gl/egl: fix inverted typedef
2b6841d
had an inverted typedef defining ginptr and EGLAttrib. Fix that.
This commit is contained in:
parent
04199db2ae
commit
0fc3c0f9dc
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