We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b566ffe commit cc51596Copy full SHA for cc51596
src/detection/opengl/opengl_shared.c
@@ -154,7 +154,7 @@ const char* ffOpenGLDetectByEGL(FFOpenGLResult* result)
154
FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglDestroySurface);
155
FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglTerminate);
156
157
- // FF_SUPPRESS_IO();
+ FF_SUPPRESS_IO();
158
return eglHandleData(result, &eglData);
159
}
160
0 commit comments