Skip to content

Commit cc51596

Browse files
committed
OpenGL: suppress output of EGL again
oops...
1 parent b566ffe commit cc51596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/opengl/opengl_shared.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const char* ffOpenGLDetectByEGL(FFOpenGLResult* result)
154154
FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglDestroySurface);
155155
FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglTerminate);
156156

157-
// FF_SUPPRESS_IO();
157+
FF_SUPPRESS_IO();
158158
return eglHandleData(result, &eglData);
159159
}
160160

0 commit comments

Comments
 (0)