Skip to content

Commit

Permalink
OpenGL: suppress output of EGL again
Browse files Browse the repository at this point in the history
oops...
  • Loading branch information
CarterLi committed Jan 15, 2025
1 parent b566ffe commit cc51596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detection/opengl/opengl_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit cc51596

Please sign in to comment.