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
@ -48,7 +48,7 @@
|
||||
|
||||
/* compatibility definitions... */
|
||||
#if !GST_GL_HAVE_EGLATTRIB
|
||||
typedef EGLAttrib gintptr;
|
||||
typedef gintptr EGLAttrib;
|
||||
#endif
|
||||
|
||||
#endif /* _GST_EGL_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user