libvo/gl_common.c: In function 'init_mpglcontext': libvo/gl_common.c:2731:27: error: assignment to 'void (*)(struct MPGLContext *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 2731 | ctx->releaseGlContext = releaseGlContext_sdl; | ^ Reproducible: Always
Full build.log and emerge --info please.