diff --git a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp index 9d72b24b..9fec7337 100644 --- a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp +++ b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp @@ -144,6 +144,9 @@ static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer) #ifdef MALI_VSYNC_EVENT_REPORT_ENABLE gralloc_mali_vsync_report(MALI_VSYNC_EVENT_END_WAIT); #endif +#endif +#ifdef STANDARD_LINUX_SCREEN + } #endif m->currentBuffer = buffer; } else {