2017-05-11 13:25 GMT+02:00 Emil Velikov <[email protected]>: > On 9 May 2017 at 00:24, Mauro Rossi <[email protected]> wrote: >> Fixes the folloing building error: >> >> external/mesa/src/egl/drivers/dri2/platform_android.c:1492:19: >> error: use of undeclared identifier 'droid_log' >> _eglSetLogProc(droid_log); >> ^ >> 1 error generated. >> >> Fixes: 0372097 "egl: fold Android logger into main/" >> --- >> src/egl/drivers/dri2/platform_android.c | 2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/src/egl/drivers/dri2/platform_android.c >> b/src/egl/drivers/dri2/platform_android.c >> index 39bbfe57a0..3d0c85c3dd 100644 >> --- a/src/egl/drivers/dri2/platform_android.c >> +++ b/src/egl/drivers/dri2/platform_android.c >> @@ -1489,8 +1489,6 @@ dri2_initialize_android_swrast(_EGLDriver *drv, >> _EGLDisplay *dpy) >> const char *err = ""; >> const hw_module_t *mod; >> >> - _eglSetLogProc(droid_log); >> - > Slightly confused here. The original patch already does this. > I'm assuming that something has gone crazy while rebasing things on your end? > > -Emil
Hi Emil, Please check at the line 1492, because your patch removes it only in a previous line. Thanks Mauro _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
