diff --git a/src/detection/opengl/opengl_shared.c b/src/detection/opengl/opengl_shared.c index e32b681b8..30612602d 100644 --- a/src/detection/opengl/opengl_shared.c +++ b/src/detection/opengl/opengl_shared.c @@ -154,7 +154,7 @@ const char* ffOpenGLDetectByEGL(FFOpenGLResult* result) FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglDestroySurface); FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglTerminate); - // FF_SUPPRESS_IO(); + FF_SUPPRESS_IO(); return eglHandleData(result, &eglData); }