egl: Wrap KHR_create_context flags in an ifdef
authorJan Schmidt <jan@centricular.com>
Tue, 26 Aug 2014 02:38:52 +0000 (12:38 +1000)
committerJan Schmidt <jan@centricular.com>
Tue, 26 Aug 2014 02:41:35 +0000 (12:41 +1000)
commitc93017a074f221fac0fd813f1725386ac9acce74
tree4a51f161860db44e454c497d84f3910f4d7e1be3
parent9b6c8a48b4d20ffab2bd77b37591b8a62e02dde8
egl: Wrap KHR_create_context flags in an ifdef

EGL_CONTEXT_FLAGS_KHR and EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR
don't exist in the Android NDK. Wrap their usage in an #ifdef
EGL_KHR_create_context to fix the build there.
gst-libs/gst/gl/egl/gstglcontext_egl.c