gl/egl: fix inverted typedef

2b6841d had an inverted typedef defining ginptr and EGLAttrib.  Fix that.
This commit is contained in:
Matthew Waters 2016-08-16 20:33:21 +10:00
parent 04199db2ae
commit 0fc3c0f9dc

View file

@ -48,7 +48,7 @@
/* compatibility definitions... */
#if !GST_GL_HAVE_EGLATTRIB
typedef EGLAttrib gintptr;
typedef gintptr EGLAttrib;
#endif
#endif /* _GST_EGL_H_ */