MetaRendererNative: Remove unnecessary ifdef
https://bugzilla.gnome.org/show_bug.cgi?id=773629
This commit is contained in:
parent
778f92e170
commit
139bed73f8
@ -983,9 +983,7 @@ meta_renderer_native_create_surface_egl_device (MetaRendererNative *renderer_nat
|
|||||||
};
|
};
|
||||||
EGLint stream_attribs[] = {
|
EGLint stream_attribs[] = {
|
||||||
EGL_STREAM_FIFO_LENGTH_KHR, 1,
|
EGL_STREAM_FIFO_LENGTH_KHR, 1,
|
||||||
#ifdef EGL_EXT_stream_acquire_mode
|
|
||||||
EGL_CONSUMER_AUTO_ACQUIRE_EXT, EGL_FALSE,
|
EGL_CONSUMER_AUTO_ACQUIRE_EXT, EGL_FALSE,
|
||||||
#endif
|
|
||||||
EGL_NONE
|
EGL_NONE
|
||||||
};
|
};
|
||||||
EGLint stream_producer_attribs[] = {
|
EGLint stream_producer_attribs[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user